paulp123
14 years agoNew Contributor
How to change an assertion expected result by code ?
Hi all,
I'm very very new to Soap UI and Groovy.
I need to change for a assertion testStep the expected result value. Is this possible.
http://www.soapui.org/apidocs/com/eviwa ... rtion.html
Is it possible to change the assertion expected result by code?
I'm very very new to Soap UI and Groovy.
I need to change for a assertion testStep the expected result value. Is this possible.
def testStep = testRunner.testCase.getTestStepByName("ValidationRequest")
testStep.getAssertionByName("ValidateResponse")do not have a method to change the expected result value.
http://www.soapui.org/apidocs/com/eviwa ... rtion.html
Is it possible to change the assertion expected result by code?