Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi!
You can use this code:
Regards,
Dain
eviware.com
You can use this code:
request_name = "the_request_name"
def testCase = testRunner.testCase
def testStep = testCase.getTestStepByName(request_name)
testCase.removeTestStep(testStep)
Regards,
Dain
eviware.com