Next API Training session video brings focus back to REST API testing. This session covers:
- Testing RESTful service
using REST Assured https://github.com/rest-assured/rest-assured/wiki/GettingStarted
- 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
Post a Comment
No spam only genuine comments :)