Forum Discussion
nmrao
5 years agoCommunity Hero
May be you want do it (calling qtest api programmatically) from tear down script instead of events.
Because, the events are triggered even before the assertions are run; so will not have the status of the test.
Because, the events are triggered even before the assertions are run; so will not have the status of the test.
Sritharan
5 years agoOccasional Contributor
Yes . But keeping it at the teardown , the scripts there will run once all my data row has finished running. But we want to update qtest for each data row. So we have kept the script to update qtest as a test step itself
Anyway, thanks for the reply rao