paceroza
14 years agoNew Contributor
How to get response from step in another test case
Hi guys,
I need some values from response in another test case. The situation is like this:
TestSuite
TestCase1
Step11
Step12
TestCase2
Step21
Step22
Step23
from TestCase2 (in one of these steps) I'm trying to do this:
def response = context.expand( '${Project#TestCase1#Step11#Response//something}' )
Any suggestion is appreciated
Thanks
I need some values from response in another test case. The situation is like this:
TestSuite
TestCase1
Step11
Step12
TestCase2
Step21
Step22
Step23
from TestCase2 (in one of these steps) I'm trying to do this:
def response = context.expand( '${Project#TestCase1#Step11#Response//something}' )
Any suggestion is appreciated
Thanks