3.1 Running Tests From Test Steps

When you run tests from the request window, only the selected request is simulated. This is convenient when you prepare for testing or when you run simple tests, since you can instantly access the response, modify the request or add assertions.

In more complex tests the requests often rely on the data from previous TestSteps, these requests will fail. To run the individual request, click play button

When you run tests from TestCases, all TestSteps in this TestCase are simulated in order. The editor provides a wide variety of possible actions that are not available on TestStep level, such as comparing test runs or viewing test history. To run all TestSteps in the TestCase, click play button

Last updated

Was this helpful?