The below is my response..
{"activation":{"existing":false, "customer": new}}
Now when I use
testRunner.testCase.getTestStepByName("xxx").getPropertyValue("response")
The above script is extracting the response. Now I wanted to extract "customer"
value.
How to do this?
Thanks