Forum Discussion
nmrao
9 years agoChampion Level 3
Can you try something like below and see if that helps:
def testCaseName = 'Multiple testcase' def testStepName = 'mul' def response = context.testCase.testSuite.testCases[testCaseName].testSteps[testStepName].testRequest.responseContent log.info response
Related Content
- 7 years ago
- 2 years ago