top of page
Search

Creating your first SOAP UI test case

Before starting your test case, assuming you already have created your project with WSDL. If not, create new soap project.



  1. Right click on the request XML, click Add to test case.


2. Enter Test Suite and Test case Name.



3. You will find your test case created.

  1. Click on the created test step "Adding Positive Values" and enter the desired values in request XML and click green play button.


4. You can see the response XML with desired values.

5. You can add more soap request steps according to the test scenarios you need to test.



6. Choose the request from the drop down which needs to be mapped with test step.




7. When you click Test case Name, you will see the status of test steps.


Hope you had good time learning to create test cases in SOAP UI. Happy Learning!!!

201 views0 comments

Recent Posts

See All

Minimum Deletions to Make Character Frequencies Unique

A string s is called good if there are no two different characters in s that have the same frequency. Given a string s, return the minimum number of characters you need to delete to make s good. The f

Smallest String With A Given Numeric Value

The numeric value of a lowercase character is defined as its position (1-indexed) in the alphabet, so the numeric value of a is 1, the numeric value of b is 2, the numeric value of c is 3, and so on.

bottom of page