Can I get all my test names for a project into a file?
I am renaming all our tests with a different naming scheme. To give examples I would like to get all the names into a text file. Is there a way to highlight all tests and copy the names?
Also, the edit process is going to be tedious. Is there a way to bypass the TestComplete user interface, and use an editor to do a bulk change?
My Project Suite looks like this,
Each Project is based on an area of the web application.
I have the option to run the entire suite; results look like this,
Or I can run the execution plan of an individual project; results look like this,
Everything runs on a separate machine which is scheduled to run at a particular time (downloads the latest source files, run TestExecute, save results). Results of each run is saved
Is that what you meant?