What is API
2 points
API is Standard for Application Programing Interface it is help us to share the
information of
one application to another without sharing the source code
What is web services
2 points
Any service on internet is called webservice. It help to enable the applications to
share the information each
other without sharing the source code.
explain 3 tier architecture of your application
3 points
Every application have 3 layers.
1)Presentation Layer:
this layer is totally developed by the html, java script, etc..
when we do the testing in this layer then it is called as UI testing
2)Business Logic Layer:
this layer contains the business logic it is developed with the help of the
programing
languages like java, Python, etc..
testing of this layer is called as the API testing
3)Database Layer:
it is used to store the information. testing of this layer is called as
Database Testing
Explain syntax of web URL
2 points
what is static and dynamic web application
2 points
Static Web Application:
When the web Application is developed by the Static web resources is called as
Static web application
Dynamic Web Application:
When web application is consist at least of one dynamic web Resource is called
Dynamic web application
what is parser, Give examples
2 points
what is serialization and deserialization
4 points
differentiate XML and JSON
5 points
XML:
1)xml is to hard to understand
2)it is not readable
3)it is secure
JSON:
1)json is easy to understand
2)it is readable
3)it is less secure
Differentiate SOAP and REST-FUL webservices
5 points
SOAP:
1)SOAP is standard for Simple Object Access Protocol
2)SOAP supports only XML
3)SOAP-UI is the application is used to test the SOAP webservices
REST-FUL:
1)REST-FUL is standard for the representational State Transfer
2)It supports the json, xml, images, etc..
3)to test this restful webservices we use POSTMAN Application
explain xml with an example
3 points
explain json with an example
3 points
what are HTTP methods used for CRUD operations
5 points
get
post
delete
patch
put
explain the http status code
5 points
we have different status codes
they defines the status of the request
Define 403
1 point
it means user mistake like incorrect URL
Define 500
1 point
Define 202
1 point
it means it accepted the request and it is in process
Define 409
1 point
it means the request does not processed
Define 201
1 point
it means the request is succussed
define 509
1 point
it is an error in the internet
Define 402
1 point
it shows the user mistake
Define 400
1 point
it means the server will not process the request
what is collection in postman?
2 points
it is the combination of the all the request by this we can all the requests at
once
Difference between put /patch
2 points
PUT: when the changes are more then we go for the put.
PATCH: when thew changes are less then we go for the patch
What is the use of Environment variables in Postman
3 points
With the help of this we can use URL multiple times without re writing
What are the different test snippets you have used and why?
5 points
1)set global variable: it is used to set the variable global by that we can access
variable any in the collection
2)Response time less than 200:it is used check the response time
3)Jason value check: it is used to check the particular data
How to run the postman collection in command line
2 points
we have to click on the collection then select on group execution then click on run
How to handle complex request in Postman
1 point
How to handle complex response in Postman
1 point
What are the advantages of postman
3 points
it supports all languages
need not to any programing language
What is payload in API Testing
2 points
What are disadvantages of POSTMAN
2 points
it not secured
it not allow third party apps
Types of Authentication supported by postman
1 point
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of
Service - Privacy Policy
Google Form