@nmrao
let me try this approach as suggested above. Am already trying each approach at test step level as we as on test case level.
@HimanshuTayal Am using Groovy Script.
One more question regarding reply to post: In Morning i replied to @nmrao but now that reply isn't appearing. can u put some light on it whats wrong?
Got the solution by adding following code under groovy step.
Thread.start { testRunner.runTestStepByName("Test Step 1") } testRunner.runTestStepByName("Test Step 2")
What does this code do:
Thread.start will run Test Step 1 & will move to Test Step 2 without waiting for the result/response of Test Step 1.
@nmrao @HimanshuTayal Thanks Guys for your help. Really appreciated.
Subject | Author | Latest Post |
---|---|---|