REST Assured Deep Dive
Do you want to take your knowledge in Rest Assured and REST API testing to the next level? This course will teach you advanced concepts of REST Assured to handle a variety of complex scenarios.
What you'll learn
Like any software of high quality, REST APIs need testing and REST Assured is a great solution. In this course, REST Assured Deep Dive, you'll learn how to leverage the advanced features of the framework. First, you'll gain an understanding of what makes a fluent interface and why it matters when using REST Assured. Then, you'll dive into hands-on coding – how to write API tests using advanced methods to test the headers and the body of a response. Finally, you'll explore authentication mechanisms and how to handle them with the framework. When you're finished with this course, you’ll have the skills to write advanced test code for your APIs under test.
Table of contents
- Understanding Marshalling 3m
- Test Endpoints for Unmarshalling 1m
- Demo: Adding a Mapper to the Project 2m
- Demo: Unmarshalling with Jackson Annotations 4m
- Demo: Unmarshalling Nested Entities 3m
- Demo: Unmarshalling with Jackson ObjectMapper 5m
- Demo: Marshalling JSON to Objects 2m
- Reducing Boilerplate Code 4m
- What We Didn't Cover 1m