21_API_Testing
21_API_Testing
Let's learn about the different utilities that let us test the functionality of our website's APIs.
• Postman
• SoapUI
• Test Your Knowledge
This testing, known as API testing is part of backend testing since we are not
concerned with the user interface, just the backend jobs. API testing should be
done during app creation as well as app maintenance.
Postman #
Postman is a great app for testing APIs using HTTP requests and getting
responses. Designed by Google, Postman provides a simple and easy interface,
along with tons of features to help us perform integration testing for
applications backend APIs.
We an create complex suites and run them across different environments
(local or server etc.). The reason it is helpful is that we can test the server-
client functionality on our APIs. Server load testing is essential so that we
know how our website behaves under different conditions and Postman
allows us to do just that.
SoapUI #
SoapUI is perhaps the most popular backing testing automation tool. It
supports load testing by running simulated traffic on our website.
Functionality testing is also possible in various environments such as
Development, Production, etc.
1
API testing is a part of
COMPLETED 0%
1 of 2