Integration Test - SOAP
In this lesson, we will learn how to call a SOAP web service, chain multiple web service calls, automate and write an integration test.
Integration scenario
In this scenario, we are simulating and automating the integration flow of a single service.
We will use our demo SOAP web services to automate the below integration flow as follows:
- Create a new
Student
- Verify
Student
is created - Search the newly-created
Student
byid
- Update the created
Student
with new information - Verify the search result
- Delete the created
Student
- Verify the
Student
is deleted
Get hands-on with 1200+ tech skills courses.