The Test Tribe: 20+ Testers have already registered for this!
Rest-Assured is a Java-based library that is used to test REST APIs. Rest-Assured provides the ability to validate the HTTP Responses received from the server. We can verify the Status code, Status message, Headers, and response body.
In this session, we will learn about REST Assured methods, validations, and understanding the use of POJO classes as request and response. We will include Lombok which reduces the boilerplate codes. The Framework will be integrated with a CI pipeline (Jenkins/Azure pipelines).
- Setting up Rest Assured Maven Project
- Request and Response Handling
- Serialization and De-Serialization of request and response
- Using lombok to reduce boiler plate code
- Setting up the pipeline to run the rest assured tests