Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.05 KB

File metadata and controls

20 lines (17 loc) · 1.05 KB

Don't forget to give a ⭐

This is example code for an automation testing project of booker API using postman all testcases are written and documented using excel sheet you can access them from this link Manual TestCases

ezgif com-video-to-gif

Test cases

  • Verify API Response Status Code.
  • Verify That the Response is in JSON format.
  • Validate That the Response time is Within Acceptable limits.
  • Verify That the Return Values Are as Expected.

Tools

  • postman
  • newman
    • Install Newman globally npm install -g newman
    • Install the Newman HTML Extra reporter npm install -g newman-reporter-htmlextra
    • RUN newman run Booking.postman_collection.json -e Beta.postman_environment.json -r htmlextra
  • Chai Library: for Assertion. Postman logo