ztilleto_1
14 years agoContributor
Last event during a test execution
Hi,
I'm looking to find an event handling that would allow me to catch the very last event sent in a large project, not knowing when the test execution is stopped.
The testexecute will run the script daily however there could be different reasons to the script being halted or stopped during its execution, I would like to do some even log handling at that point.
And instead of doing log handling every time the OnStopTest event is called as it is called tons of times, either if there is a way to know that Testexecution is stopping now for good, and then place that in the OnStopTest event to handled logs if true, or another idea for an even to catch.
Regards,
Mike
I'm looking to find an event handling that would allow me to catch the very last event sent in a large project, not knowing when the test execution is stopped.
The testexecute will run the script daily however there could be different reasons to the script being halted or stopped during its execution, I would like to do some even log handling at that point.
And instead of doing log handling every time the OnStopTest event is called as it is called tons of times, either if there is a way to know that Testexecution is stopping now for good, and then place that in the OnStopTest event to handled logs if true, or another idea for an even to catch.
Regards,
Mike