API Testing Interview Questions And Answers - All About Testing API Testing Interview Questions And Answers

Sunday 29 July 2018

API Testing Interview Questions And Answers


1.   While using the API tool, after entering the URL in the field, what response will happen in the backend.?
Ans - HTTPRequest with header and body is created

2.  What request will be served by the web service and what will be the request by the server to the browser.?
Ans -HttpRequest and HttpResponse

3.  In API testing, where we use POST and GET methods?
Ans - 
Post - sending data / uploading file
Get - requesting for data

4.  While testing the Registration Page and Login page in API, which comes under POST and GET methods?.
Ans -
Open login page - GET
Submit login id and password - POST
Open reg page - GET
Submit reg form - POST

0 comments:

Post a Comment