I need help to know the syntax to delete the step in a test case by step name using grovvy script.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2016
07:05 AM
09-01-2016
07:05 AM
I need help to know the syntax to delete the step in a test case by step name using grovvy script.
I need help to know the syntax to delete the step in a test case by step name using grovvy script.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2016
01:23 PM
09-01-2016
01:23 PM
If trying in a groovy script testStep,
testRunner.testCase.removeTestStep(testRunner.testCase.getTestStepAt(0))
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
