Forum Discussion

TesterNo1's avatar
TesterNo1
Contributor
9 years ago
Solved

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...
  • TesterNo1's avatar
    TesterNo1
    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.