Forum Discussion
kondasamy
9 years agoRegular Contributor
This is not at all required as you can merge all the scripts into a single groovy script test step.
Anyhow, your scenario should be possible if you make 3 different groovy script test step. At the end of Groovy Script test step 1 -> you should call/ run the Groovy script 2 test step through the below step.
testRunner.testCase.getTestStepByName("Groovy Script 2").run(testRunner, context)
This should be repeated for the forthcoming test steps.
Thanks,
Kondasamy
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 15 years ago