Forum Discussion
1 Reply
- agupta1ContributorI managed to access properties in a different testcase as follows:
def loginStep = testRunner.testCase.testSuite.testCases['LoginVMSummary'].testSteps['LoginVMSummary'];
def holder = new XmlHolder(loginStep.testRequest.getResponse().getContentAsString());