QA Stacks

How do you perform API testing..?

How do you perform API testing?

ANS: We perform API testing by using postman tool. We get the URI and JSON Payload from dev team and also get the Authentication details (User name and Pwd) from dev team then; we do modification in the payload based on our test cases & check the response accordingly. I do test for REST APIs.