Forum Discussion

kkrush's avatar
kkrush
Occasional Contributor
5 years ago
Solved

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...
  • BenoitB's avatar
    BenoitB
    5 years ago

    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 ...