Sandyapitester
9 years agoFrequent Contributor
SOAPUI PRO response Node value property transer
Open source need to transfer the response value in the property but the problem is
response having
{
username:XYX
Firstname:ABX
Lastname:ZZZ
}
{
username:zya
Firstname:fff
Lastname:xxx
}
{
username:qqq
Firstname:ooo
Lastname:oooo
}
here need to pass only XYX value in my property and oooo too
if u know the solution help me to fix it
problem is every execution response node value getting added
Ex: if am $[8].XYX
my new execution my value will point the different result
because every day new account getting added
Need to get only XYX reponse value where ever in mt response