cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Testing with multiple messages

Former Member
0 Kudos

Hi Experts,

I have a scenario where i need to test 10000 messages using soap ui tool through soap webservices.How can I achieve this requirement.

I want to send this messages to PI.

regards,

Mohammad

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190293
Active Contributor
0 Kudos

Hi Mohammad!

In case you want to perform simple load testing using the same message you can do it rather easily.

1. Create Test suite for your SOAP UI project (right click on your project - New Test suite).

2. Create Test case inside Test suite.

3. In Test case define Test step - SOAP Request, choose operation, set authorizations and fill up XML message with data.

4. Run Test case and Test suite to ensure that no errors raised.

5. Create Load test for your Test case and set desired limit for Total Runs/Seconds/Runs per Thread.

6. Run your Load test.

Regards, Evgeniy.

Harish
Active Contributor
0 Kudos