API testing interview Questions-1 ? – User friendly Tech help

n

nDo follow us for more updates on  Fb,G+,Twitter.
n
nBasic API Testing interview questions:–
n
n1.What is the meaning of HTTP protocol?
n
n2.What are the range of methods available in HTTP?

n

3.What is the difference between PUT and POST method?
n
n4.What are the different  HTTP status codes?
n
n5.Why we use 5XX error code?
n
n6.How we can filter the Head of the response?
n
n7.What is the difference between UI and API testing tools?
n
n8.How to test code coverage using API testing?
n
n9.How we can implement reporting structure in Soap UI(Free version)
n
n10.Range of tools that can we used to test API?
n
nHints:-
n
n1.HTTP (Hypertext Transfer Protocol) provides a network protocol standard that Web browsers and servers use to communicate.Both SOAP and Rest API internally uses HTTP.
n2.GET,POST,PUT,DELETE,HEAD,OPTIONS,CONNECT,TRACE
n4. 1xx- information error, 2xx-Success, 3xx-Redirection,,4xx-Client Error(most common is page not found,401-bad request),5xx-Server Error
n6.By using HEAD method 🙂
n9.By using Groovy scripting and making our hands dirty with creating a robust framework for reporting.
n10.SOAP UI(Soap,Rest), Robot Framework(Rest) , Postman(chrome plugin, mostly used by developers ), HP UFT
n
n

Was this article helpful?
YesNo

Similar Posts