i wanna control the 'fail' test.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022
01:22 AM
05-27-2022
01:22 AM
i wanna control the 'fail' test.
Hello,!
When I fail the automatino test. Testcomplete create the 'X fail Log' .
What I wanna do is. I wanna play the alternative test case before Testcomplete create the 'fail log'.
How can i do this process?
please teach and share your idea 🙂
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022
03:37 AM
05-27-2022
03:37 AM
Maybe you could look into "Events" > "GeneralEvents" in TestComplete.
There is a "OnStopTest" or "OnStopTestCase".
These Events will start when a Test/TestCase is Stopped or done executing.
Maybe you could check in this Event if you would like to run an alternative test, and if so, you can start this test from this Event?
