Answers for "how do you test api"

0

where do you keep test data in api

I keep in jSon file
Posted by: Guest on January-10-2021
-1

what to test in api

Basicall we are checking response body
to verify if request matches with response.
After that we are writing SQL query
to double check if database matches.
We can say happy path if all pass
Posted by: Guest on January-10-2021

Browse Popular Code Answers by Language