In this post, I am going to explain how to create jmeter test for wsdl api testing to perform load testing. Before creating test you need following set up in your machine.
Set Up:
Steps to create test:
Set Up:
- Download and setup java path in your system environment path.
 - Download and install Jmeter.
 - Download and install soapUI.
 
Steps to create test:
- Launch your Jmeter.
 - Right click on test plan add new thread group by choosing option: Add>>Threads (user)>>Thread Group.
 - Right click on “Thread Group“ add new sampler by choosing option: Add>>Sampler>> SOAP/XML-RPC Request
 
      4. Now open soap UI and create new soapui project using wsdl url as I used in below
   5.  After soap ui project
created successfully. Copy soap request data as I copy below soap request.
 6. Past copied soap request code into created Jmeter SOAP/XML-RPC Request” sampler in  Soap/XML-RPC data as below:
7. Right click on “Thread Group“ add new” View Results Tree” by choosing Add>Lisseners> View Results Tree.
8. Click on run button. After execution you can see response in “View Result Tree” as below.





This is just awesome and very needed one. Thanks a lot.
ReplyDeleteVery clear - step by step. Wonderful job
ReplyDeleteUseful for beginners, please do publish more
ReplyDeleteDude i need help .. i have the data to the request but i need to change for each generator a parameter .. how i can i do this ?
ReplyDeletethank you
ReplyDeleteWhen i try this in Jmeter it returns Response code: 500 and same request working fine on soapUI
ReplyDeleteI am not getting any reponse in Jmeter after executing the mentioned steps.
ReplyDeleteVery informative for the beginners to start
ReplyDelete