CraigB
6 years agoContributor
Refresh files
Hi
I can't find the command to refresh files. How do I force TestComplete to refresh all files so that changes are reflected in the script files it's using to run tests if I change something w...
Simple answer you can't, TC doesn't even let you change your files while a test is running. What is the use case for this? If you're changing your scripts as a test is running that kind of defeates the purpose of automation.
The use case is that when an error comes up during a test I don't necessarily wait until the test run completes to start fixing the script that led to the problem. But if I save the changes before the test run completes I then have to make an additional, unnecessary change to get TestComplete to refresh the changed files.