Complete exercise one over at The Club using popular API testing tools such as Postman, SoapUI, and API Fortress

Yet Another Challenge! Ministry of Testing got us 30 days Testing Challenge.

This time topic is on API Testing.


It has been long time I have worked on API Testing, after learning from API Testing Dojo (year 2015).

Seventh Challenge is Complete Exercise one over at The Club using popular API testing tools such as Postman, SoapUI, and API Fortress.



Goal

Execute some simple API calls using as many tools as possible!

Objectives

  1. Send a GET and POST request
  2. Gain exposure to many API testing tools

Exercise

Choose an API testing tool such as API FortressPostmanSoapUI Paw or perhaps a different one.

Complete the GET and POST call on a test API.


Example

Using https://automationintesting.online created by Mark Winteringham and Richard, do the following:
{
 "username": "admin",
 "password": "password"
}

Share

Post your experiences with the tools you use below.
If you used a different API post the calls you did so others can try them.


Experiences

I have used API Fortress tool for the first time. 
It has lots of features in it. 

GET Method:


POST Method:




Also, I have tried Postman tool, which I have been using since last two years.
I find it user-friendly in using this tool.

I have created a collection as: AutomationInTesting, where all API Calls are saved in it.

GET Method:



POST Method:


Paw Tool : This is available for Mac OS. Will try out this tool in future challenges.
SOAP UI Tool:   This tool is available for Windows OS. Will try out this in future challenges. 



Get off the hamster wheel and start adding value! - Huib Schoots & Alex Schladebeck

Popular Posts

JMeter Producing Error: Windows RegCreateKeyEx(...) returned error code 5

Understanding about Contract Testing