Forum Discussion
omatzura
18 years agoSuper Contributor
Hi,
try the following:
def assertion = testRunner.getTestCase().getTestStepByName("Test Request").addAssertion("XPath Match")
assertion.path = ...
assertion.expectedContent = ...
Hope this helps,
regards,
/Ole
eviware.com
try the following:
def assertion = testRunner.getTestCase().getTestStepByName("Test Request").addAssertion("XPath Match")
assertion.path = ...
assertion.expectedContent = ...
Hope this helps,
regards,
/Ole
eviware.com