dmitri_1Occasional Contributor12 years agoPost/After OperationsIs there any way in testComplete to have an operation that happens after the test (regardless of pass or fail)? E.g. Quit Application.
jmcpeekContributor12 years agoIt's an event, so it'll be fired every time. What you can do is have OnStopTest have the logic for what to do when it's called based on what test is stopping.For example:Sub GeneralEvents_OnStopTest(Sender) if project.variables.currenttest = "test1" then 'do something else 'do something else end ifend sub
Recent DiscussionsTrial licenseTestcomplete issue with Java17 ( Javax Swing applications)Can not open "Mapped Objects" and "Aliases" window at the same time
Related ContentRedirect after Post-request not working / possible Post-request is wrongData Validation after Running a POST RequestOperating with TestCase properties