Forum Discussion
divijd
12 years agoOccasional Contributor
Thanks Roa its working fine after removing CData
def holder = groovyUtils.getXmlHolder( 'Search#Response' );
but now it is printing all the values. I need a random no which will select the values from the results fetched.
Steps will be.
Step 1. Count the no. of results provided in the response.
Step 2. Then get a random number from that count.
Step 3. Then use those specific values for the input of next step.
def holder = groovyUtils.getXmlHolder( 'Search#Response' );
but now it is printing all the values. I need a random no which will select the values from the results fetched.
Steps will be.
Step 1. Count the no. of results provided in the response.
Step 2. Then get a random number from that count.
Step 3. Then use those specific values for the input of next step.