API Testing with Postman SOAP Client — Pragmatic Software Testing

Suman Tomer
Jul 6, 2021

--

  1. Download the Postman SOAP Client locally.
  2. For widows, right click on the downloaded files and tick the Unblock checkbox and apply.

3. Right-click on the downloaded exe and click Install it on your machine.
4. Once Postman opens up, Go to Collection and add one for yourself. The collection is like a folder of API requests you will add.

5. Now, Add a Request under the collection and call it “GetUsers” and paste the following URL with Get verb “http://jsonplaceholder.typicode.com/users". Now click the Send button.

6. You can see the results being returned from the URL.
7. You can find more about postman on the URL: https://learning.postman.com/docs/sending-requests/requests/

--

--

Suman Tomer
Suman Tomer

Written by Suman Tomer

Test Automation, QA Engineer, Azure Cloud, Helping woman who wants to learn testing and join industries

No responses yet