Integration Test - REST

In this lesson, we will learn how to write an automated integration test using RESTful APIs for our demo web API.

We'll cover the following

Integration scenario

In this scenario, we are simulating and automating the integration flow for a single service.

We will use our demo REST API to automate the below integration flow as follows:

  1. Create a new Student
  2. Verify that Student is created
  3. Search the newly-created Student by id
  4. Verify the search result
  5. Delete the created Student
  6. Verify the Student has been deleted

Get hands-on with 1200+ tech skills courses.