HI All
I'm in the process of creating dynamic assertions using groovy in SoapUI(Not PRO). I 'm able to add the assertion using the following successfully
def teststep = testRunner.testCase.getTestStepByName("TestStep_Name");
teststep.addAssertion("XPath Match")
Can anyone please help how I can add the XPath Expression and Expected Result for the above step