lakshmi465
14 years agoOccasional Contributor
Few Queries in SoapUI
Hi,
I am new to SoapUI. Currently I am implementing SoapUI in one of my projects for load testing. Please help me in answering a few queries in the tool.
1. Is it possible to read values sequentially from a text file in SoapUI? If so please share me the groovy code to parameterize 'trackerid' and 'userid' values in the below SOAP request.
<chal:getData>
<chal:trackerId>5</chal:trackerId>
<chal:userId>5100</chal:userId>
</chal: getData >
</soapenv:Body>
</soapenv:Envelope>
2. How can we check for the request which is sent to the server? I am just seeing response from the server in the tool.
3. How can we set a scenario like: 5 users should ramp up every 10 seconds and with a steady state duration of 30 minutes and 5 users should ramp down every 10 seconds in SoapUI?
4. How to achieve think time concept in SoapUI?
5. How to perform correlation in the tool?
Thanks
Sowbhagya
I am new to SoapUI. Currently I am implementing SoapUI in one of my projects for load testing. Please help me in answering a few queries in the tool.
1. Is it possible to read values sequentially from a text file in SoapUI? If so please share me the groovy code to parameterize 'trackerid' and 'userid' values in the below SOAP request.
<chal:getData>
<chal:trackerId>5</chal:trackerId>
<chal:userId>5100</chal:userId>
</chal: getData >
</soapenv:Body>
</soapenv:Envelope>
2. How can we check for the request which is sent to the server? I am just seeing response from the server in the tool.
3. How can we set a scenario like: 5 users should ramp up every 10 seconds and with a steady state duration of 30 minutes and 5 users should ramp down every 10 seconds in SoapUI?
4. How to achieve think time concept in SoapUI?
5. How to perform correlation in the tool?
Thanks
Sowbhagya