Forum Discussion
- JKambliStaff
If trying in a groovy script testStep,
testRunner.testCase.removeTestStep(testRunner.testCase.getTestStepAt(0))
Related Content
- 2 years ago
Recent Discussions
- 6 days ago
- 10 days ago
I need help to know the syntax to delete the step in a test case by step name using grovvy script.
If trying in a groovy script testStep,
testRunner.testCase.removeTestStep(testRunner.testCase.getTestStepAt(0))