Forum Discussion

Christine_1's avatar
Christine_1
New Contributor
15 years ago

How to batch run failed tests for the second time?

After the first run of all test cases, I get a failed lists. Is there any way to run failed cases by a scripts>



Thanks 

2 Replies

  • tuscias's avatar
    tuscias
    New Contributor
    don't know about such feature.

    I would suggest you to:

    1. run TestComplete

    2. at the end of test run export all results to xml files

    3. parse xml files and check if there are failed tests

    4. extract failed test projects/routines

    5. rerun Testcomplete from command line. E.g., TestComplete.exe /t /p /s/ p:"project_name"