Source: dzone.com

How to Do API Testing?

Category: Database

by Nowadays API testing is an integral part of testing.

There are many articles that ask what is API, What is API testing, but the problem is How to do API testing?

First, you need to test whether response status is expected, In our case, we are expecting 200

You need to think what is your expected response format, whether it is JSON, Text, or HTML file

Related Articles