kkrush
5 years agoOccasional Contributor
Testcomplete - after logs are generated, how can i run another script ?
Hello,
I am trying to find out how to run a test item (Summary Test Case) once all the other tests are executed and the logs for them are shown in the project panel.
for example :
Test case- 1
--- test item 1
---test item 2
--- logout & close (end script)
Your script need TC objects or it can be run alone ?
If it run alone or can be adapted to, you have just to put in your cmd/bat calling TestExecute to exec TestCase1 and TestCase2 and then next command will be call of your summary script.
Advantage: not linked to a ProjectSuite/TestCase and can be deactivated easily the day the summary report will be exported by TC ...