Forum Discussion
nmrao
6 years agoCommunity Hero
What have you tried?
What is the use case?
What is the use case?
- PrathapR6 years agoFrequent Contributor
EX
TestProject
::TestSuite1
-TestCase1
-Restreqstep1
-Restreqstep2
How to run Restreqstep2 from TestSuite1 tear down script, not whole TestCase1.
- nmrao6 years agoCommunity HeroThere is no answers to the previous request while the above is no new information from the original post.
- PrathapR6 years agoFrequent Contributor
I have a REST Service(Logout), it has to execute after all test cases in that particular test suite. I can keep this step in any test case of that test suite, but it should execute only after all test cases.
FYI: I have only one test suite in that project, so it satisfy requirement if we run through test suite tear down.
I got test step by using getTestStepByName method, but after that I didn't see a way to run it.
I hope it answer your queries.
Thanks!