Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

How to pass test data dynamically changing soap input parameters

$
0
0

Hi Team,

I am trying to develop web services scripting in vugen but here i want to  pass test data dynamically as soap input parameters are changing like as below,bze at a time on POS WE CAN SWIPE MULTIPLE CARDS all cards values are going under this reqs input parameter as below examples.How can i work with this type of requests in virtual user generator scripts.

Single Request:

<ReqDtls>
<vReqs>
<amount>1.00</amount>
<cardNo>8897654778999</cardNo>
</Reqs>
<cardType>caredit</cardType>
</ReqDtls>

Multiple Requests:

<ReqDtls>
<vReqs>
<amount>1.00</amount>
<cardNo>8897654778999</cardNo>
</Reqs>
<vReqs>
<amount>2.00</amount>
<cardNo>890897654778999</cardNo>
</Reqs>
<cardType>caredit</cardType>
</ReqDtls>


Viewing all articles
Browse latest Browse all 3978

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>