svishwakarma
5 years agoOccasional Contributor
How to set pre-condition for TestComplete
I want to clear cache before every test script I want to set pre condition for test script.
Please suggest a solution for same issue.
Thanks in advance.
Sandip
Hi Sandip,
> I want to set pre condition for test script.
Consider the OnTestStart event- https://support.smartbear.com/testcomplete/docs/reference/events/onstarttest.html.
Does it help?