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
- Send a GET and POST request
- Gain exposure to many API testing tools
Exercise
Complete the GET and POST call on a test API.
Example
Using https://automationintesting.online created by Mark Winteringham and Richard, do the following:
- Do a GET call against https://automationintesting.online/room/ , you should get 1-N rooms returned
- Get a token by doing a POST against the auth API at https://automationintesting.online/auth/login endpoint. You’ll need to send the following JSON in order to get a token back.
{
"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.
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