Answers for "what to test in backend"

0

what to test in backend

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