Description
In this course, you will learn :
- Understanding API and API Testing using Rest Assured tool
- Sending HTTP requests - GET, POST, PUT, and DELETE
- Adding assertions to HTTP response
Syllabus :
- Introduction to API Testing and sending a GET request
- Sending a GET request using Rest Assured
- Sending a GET request using Rest Assured with path parameter and query parameter
- Understanding JSON format and JSON Path
- Sending a POST request with request payload as string
- Sending a POST request with request payload as Map object
- Sending a PUT request
- Sending a DELETE request