Forum Discussion
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
ChrisAdams
5 years agoSuper Contributor
Hi,
I'm not quite sure how you would actually update QTest, but in your data driven test, you could add a Groovy script within the loop that could update QTest on each iteration of the loop.
With Groovy script you can pretty much do whatever you want.