fmendes
14 years agoContributor
On Error Handling
All, I am handling the GeneralEvents_OnLogError event from script. Inside of the event I would like to do the following:
1) Finish logging the error to file
2) Close the application (to clean up any bad state)
3) Open the application
4) Resume testing from where it was left of
1) Finish logging the error to file
2) Close the application (to clean up any bad state)
3) Open the application
4) Resume testing from where it was left of