Today’s new video
API testing with PostMan
Explained
- What is PostMan ?
- Installation of PostMan
- API testing with PostMan
- Creating Collection of requests and reuse them.
- API methods – Get, Post, Put, Delete
REST API Methods
Method Description GET Retrieve information about the REST API resource POST Create a REST API resource PUT Update a REST API resource DELETE Delete a REST API resource or related component