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

Comments

Popular posts from this blog

RestAssured