Find the best online courses
Back to course list
Java: Automated API Testing with REST Assured
  • Level: Intermediate
  • Duration: 01h 16m
  • Release date: 2021-04-26
  • Author: Angie Jones
  • Provider: Lynda

Java: Automated API Testing with REST Assured

Description
Content

There is demand for engineers who know how to automate API testing. In this course, instructor Angie Jones covers how to use REST Assured to make various types of API requests in Java, with and without additional data, and how to verify the response received from the API. Angie explains why API testing is necessary and why automating API testing is an efficient and effective approach to keeping your APIs healthy. She introduces you to the REST Assured testing library. Angie discusses the anatomy of an API request, then shows you how to make GET, POST, PUT, and DELETE requests. She describes how you can serialize data to send as part of the request. Angie explains how you can validate API responses and deserialize data received from the response.