API Testing File
API Testing File
Introduction
A Client is a computer hardware device or software that accesses a service mode available by a
server. The server is often (but not always) located on a separate physical computer.
A Server is a physical computer dedicated to run services to serve the needs of other computers.
Depending on the service that is running it could be a file server, database server, home media
server, print server, or web server.
What is an API ?
Application Program Interface (API) : Is the way of communication between two applications where
application where applications may differ in their platforms or in terms of technology.
** Types Of API
API Vs Webservice
All web services are API but API are not web services.
A web services needs a network while an A{I doesn’t need a network for its operation.
GET:
1. POST
2. PUT
3. DELETE
Terminologies
https://google.com/articels/articlename
Feature is the term used in manual testing to test some functionality and similarly Resource is the
term used in API Automation Testing referring some functionality.
Payload
Request Payload
Response payload