Forum Discussion
sadika
14 years agoContributor
Hi Jloiselle
you can run your test step using testRunner.runTestStepByName( "TestStepName") in tear down method, but you need to make sure that this code execute when your run final step execute.
For this you create a conditional statement in tear down method and execute only when your final step execute.
Thanks
Sadik Ali
you can run your test step using testRunner.runTestStepByName( "TestStepName") in tear down method, but you need to make sure that this code execute when your run final step execute.
For this you create a conditional statement in tear down method and execute only when your final step execute.
Thanks
Sadik Ali