Day 02
Postman Api testing tools
We can do manual testing of Api’s using postman.
Desktop and |Web
Workspace : Area where we maintain files and saved.
Create workspace , rename and delete
Collections: Contains number of folder and http requests.
Create collections ,rename and delete , run the collections
We can create any number of collections under workspace.
Request ------ Api ----- Response
Get ---- retrive the resorce from database
Post ---- create resorce on database
Put ---- update existing resorce on database
Patch----update partial details of resorce
Delete ----delete existing resorce from database
https://reqres.in/api/users?page=2