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 DiscussionsReadyApi error running in Azure DevopsErrors trying to import API definitionHow does your organization prioritize quality in the SDLC?
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