Forum Discussion
CBleunven
14 years agoContributor
Hi David,
thank you for your suggestion.
Unfortunately, it doesn't help as, if I stop the test execution, I stop the timer too and so the bug is never added to the database.
I've found a workaround using the OnStopTest event.
At the OnErrorEvent, I store the LogParameter object in a temporary variable.
When the test end (I stop test item on error), I check if there was an error and if it is the case, I create the issue.
thanks for help,
Christophe
thank you for your suggestion.
Unfortunately, it doesn't help as, if I stop the test execution, I stop the timer too and so the bug is never added to the database.
I've found a workaround using the OnStopTest event.
At the OnErrorEvent, I store the LogParameter object in a temporary variable.
When the test end (I stop test item on error), I check if there was an error and if it is the case, I create the issue.
thanks for help,
Christophe