Forum Discussion

dsolis2's avatar
dsolis2
Occasional Contributor
14 years ago

Test Engine Event Questions

I am succesfully exporting logs to a directory in a specified location. I am using the OnStopTest to trigger the exporting of the log, but the event is triggering the export after each test item. So if I have 32 test items, I will have 32 logs exported. What is the best way to trigger the exporting of the log after all test items are run?



On the same note, I am also using OnStarTest to run pre-condition routines to set up the test. The same problem occurs this event as each test item starts.