Solved
Forum Discussion
PrathapR
5 years agoFrequent Contributor
Hey DAPurcey
If you have to run teardown script after a specific testcase, why can't you keep that script in testcase teardown script instead of test suite teardown.
DAPurcey
5 years agoNew Contributor
It is different than the TestCase Teardown
My TestSuite level Setup creates a Unique Report Header and then Teardown reads the Summary Report etc and removes some and creates a Final Combined Report.
So at the TestCase Level I need both TestSuite 1 Setup Script and Teardown Script to run.
Is there a way to only call those using testrunner?