How to test load on Set of different API's

183 views Asked by At

I am doing load testing in Soap ui and working on cab booking application so set api like this for example

userSingin ,GetlocationDetails,bookCab,getDriverDetails,acceptRide and completeRide so on.

It will become on loop(on completing of one ride successfully ) so this seniors may happened like 1000 or 10000 times.

The question is how to interlink api do it a single entity and perform load test using soap ui, jmeter or any load testing tools,or by coding please help me sort out problem with simple demo.

1

There are 1 answers

0
Dmitri T On BEST ANSWER
  1. SoapUI has some load testing capabilities so given you have a functional test ready you can run it with increased load.
  2. If SoapUI's load testing is not enough (i.e. you cannot create the desired load or find results not too verbose/informative) you can build the same test plan using JMeter's HTTP Request samplers. If you need to send custom Content-Type and SOAPAction headers - it can be done via HTTP Header Manager. See Building a SOAP WebService Test Plan article for more details.
  3. Last but not the least, you can either execute existing SoapUI project using JMeter using Taurus tool, see SoapUI Support for more details on the specific feature and Navigating your First Steps Using Taurus to get familiarized with the tool and its concept.