Introduction
Gain fast feedback with automated API testing
()
Get the most out of this course
()
API setup
()
1. Getting Started with REST Assured
The challenge with API testing
()
REST Assured testing library
()
2. Making API Requests
Anatomy of a request
()
Request methods
()
Making a GET request
()
Making a POST request
()
Making a PUT request
()
Making a DELETE request
()
Serializing request body
()
Challenge: Use requests to complete the lifecycle of a resource
()
Solution: Use requests to complete the lifecycle of a resource
()
3. Validating API Responses
Anatomy of a response
()
Verifying status code of a response
()
Accessing response body
()
Verifying fields of response
()
Verifying complex response bodies
()
Verifying response header
()
Deserializing response body
()
Challenge: Verify API response
()
Solution: Verify API response
()
Ex_Files_Java_Automated.zip
(138 KB)