Forum Discussion
- omatzuraSuper ContributorHi!
sure.. try the folllowing:
testRunner.testCase.testSteps["Request"].assertions["name of assertion"].disabled = true|false
regards,
/Ole
eviware.com - Jasper175Frequent Contributor
Got it!
testSuite.getTestCaseByName("...").getTestStepByName("...").getAssertionByName( "..." ).disabled = true - JPNew Contributorjust what I was after...thanks for the quick response
- Jasper175Frequent ContributorCan you provide the path to do this from the testSuite level? I tried various paths but failed.
.testSteps["testStepName"].assertions["assertName"].setDisabled(true)