rdebie
18 years agoContributor
Disable a test step from a groovy script.
hello,
Can you tell met how i can disable one or more test steps from a groovy script.
I can see if a step is disabled by the script
testRunner.getTestCase().getTestStepByName( "Download Jira-Attachments" ).isDisabled();
But now i want to enabled/disable steps by groovy script.
Regards,
Raymond Wiertz
Can you tell met how i can disable one or more test steps from a groovy script.
I can see if a step is disabled by the script
testRunner.getTestCase().getTestStepByName( "Download Jira-Attachments" ).isDisabled();
But now i want to enabled/disable steps by groovy script.
Regards,
Raymond Wiertz