Forum Discussion
TanyaYatskovska
Alumni
9 years agoHi Manishgi,
From my understanding, you will need to add the Script TestStep as the last step in your test case and write a Groovy script that will export all the data you need: http://readyapi.smartbear.com/structure/steps/script/groovy/example
- manishgi9 years agoOccasional Contributor
Hello Tanya
I want to write the teardown script which will execute all test cases and save the output in notepad and after completing the execution html report will be generated to check the execution summary regarding all pass/fail.
Kindly suggest.