Posts

Showing posts from December, 2019

Testing using Postman

Postman is for REST API Postman acts like client for webservice testing web services acts as mediator between client and server, we can hit web services from browser also but to test web service we will need postman url (end point)= domain + uri domain is www.google.com uri = request type (unified request in HTTP requests methods: POST, GET, Delete, put

Steps to install Postman and use it

Two formats: Plugin ( chrome://apps/ ) Installable file .exe (for jenkins, test scripts)