Forum Discussion
nmrao
10 years agoChampion Level 3
May be you can use script assertion to see if that works as posted in
You may need, additionall statement, to set the test case property in order to be able to use the retrieved value from the response to other steps
If you look at the above thread value retrieved is in expectedValue variable.
The same value is need another (from your description as you are doing property transfer), add below line of code at the end:
context.testCase.setPropertyValue('PROPERTY_NAME', expectedValue)
and use property expansion in the later steps as ${#TestCase#PROPERTY_NAME}
Related Content
- 5 years ago
- 6 years ago
- 2 years ago
Recent Discussions
- 18 hours ago