End-to-end demonstration of testing an orchestrated flow

Testing an orchestrated flow is very interesting in SoapUI and the tools help you a lot while also automating your end-to-end flow. Let's take an example of a service orchestration in a stock management application:

  • Example: The application has five APIs for maintaining stock
  • Get Stock Availability: Get the availability of the stock
  • Reserve Stock: Reserve the Stock if the stock is available
  • Commit Reservation: Finally commit a reservation based on the reservation ID received from the reserve stock response
  • Validate Reservation: Validate whether the reservation commit was successful or not
  • Cancel Reservation: Cancel a reservation
  • Scenario1: Canceling a reserved stock and verifying if the stock ...

Get Mastering SoapUI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.