Skip to main content

API Testing Part 3 - using REST Assured

 Next API Training session video brings focus back to REST API testing. This session covers:

  • REST Assured Maven dependency, 
REST Assured Includes JsonPath and XmlPath  to parse json and xml documents respectively

  • API used in testing: https://reqres.in/ 
  • Operations around Get
    • Set base URI
    • With and without Gherkins syntax
    • Data driven test with query, path parameters and Curly bracket notation
    • Passing parameters between tests using extract method



Comments