Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
you could either add the assertion and enable/disable it via a script;
context.getTestSuite().getTestCaseByName("teststep1").getTestStepByName("Zadost").getAssertionByName( "..." ).disabled = true/false
but you would have to do this before the request is submitted..
would that work?
regards!
/Ole
SmartBear Software
you could either add the assertion and enable/disable it via a script;
context.getTestSuite().getTestCaseByName("teststep1").getTestStepByName("Zadost").getAssertionByName( "..." ).disabled = true/false
but you would have to do this before the request is submitted..
would that work?
regards!
/Ole
SmartBear Software