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:
- Create a new
Student
- Verify that
Student
is created - Search the newly-created
Student
byid
- Verify the search result
- Delete the created
Student
- Verify the
Student
has been deleted
Get hands-on with 1200+ tech skills courses.