TesterNo1
9 years agoContributor
Event -"TestRunListener.beforeRun" triggered multiple times.
Event -"TestRunListener.beforeRun" triggered multiple times. I am trying to run a test case from another test suite in TestRunListener.beforeRun event and i see the event is trigerred n --multip...
- 9 years ago
i figured out the solution to this issue.Handle of callee test case is not resetign in the event once set.
So,i am now sending the details of caller test case and test suite to callee test case.Callee test case will directly set the values into properties of caller test case.