Forum Discussion

rajash's avatar
rajash
Contributor
7 years ago

how to dynamically add jsonpath to a test step using groovy script

Hi,    I have written a groovy scripts to dynamically add  Xpath assertion to a soap response teststep by writing a code like below   def testst = project.getTestSuiteAt(0).getTestCaseAt(0).getTe...