JPNew Contributor17 years ago[Resolved] Disable Assertion with GroovyHello All Does anyone know how to disable a response assertion using groovy? Thanks
Jasper175Frequent Contributor13 years ago Got it!testSuite.getTestCaseByName("...").getTestStepByName("...").getAssertionByName( "..." ).disabled = true
Recent DiscussionsManaging Failures - New vs. Expected/Known Issues403 forbidden issueDate as a Global property
Related ContentDisable Assertions using Setup scriptHow to enable/disable multiple assertions in a test Suite via groovy scriptDisable Response SLA assertion on all REST test steps