Forum Discussion
- ShilpaOccasional ContributorHi,
I found some solution in Ole's blog. You can have a try with following.
testRunner.testCase.disabled = true|false
testRunner.testCase.testSteps["name of teststep"].disabled = true|false
testRunner.testCase.testSuite.disabled = true|false
and for assertions this would be:
testRunner.testCase.testSteps["name of teststep"].assertions["name of assertion"].disabled = ...
Hope that this will help you. I was able to disable many test steps based upon some conditions
Regards,
Shilpa - gurpreetsOccasional ContributorAwesome Shilpa.. tat really helped..