Forum Discussion
stega
13 years agoContributor
I've found the solution:
testRunner.testCase.testSuite.getTestCaseByName("TestCase").getTestStepByName("TestStep").getProperty("id").setValue(maxid);
responseContentUpdate = testRunner.testCase.testSuite.getTestCaseByName("TestCase").getTestStepByName("TestStep").run(testRunner, context).getResponseContent();
testRunner.testCase.testSuite.getTestCaseByName("TestCase").getTestStepByName("TestStep").getProperty("id").setValue(maxid);
responseContentUpdate = testRunner.testCase.testSuite.getTestCaseByName("TestCase").getTestStepByName("TestStep").run(testRunner, context).getResponseContent();