From the course: API Test Automation with SoapUI

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a workflow-driven test suite

Create a workflow-driven test suite - SoapUI Tutorial

From the course: API Test Automation with SoapUI

Start my 1-month free trial

Create a workflow-driven test suite

- [Instructor] When we previously talked about creating a test suite, I showed you a very simple example with just one test. I want to expand on that example and make this into a workflow driven test. We'll continue to use the deck of cards API and I've added a couple more requests here for us to use. So, we have the shuffle request, we have the draw request, and the add to a pile request, so this allows us to add a card to a pile. And then the list a pile request, so this lists the cards that are in that pile. So let's look at using these requests to make a workflow driven test suite. So we could create our tests in a few different ways. We could structure them so that we are calling every end point if we wanted to. But, for this one, we'll look at this workflow driven test. So let's right click on test step and we can add a step and we'll choose the rest request. And we'll call this step draw, since we have shuffle there already. Okay, and let's pick the draw request from this drop…

Contents