Do test case trial runs

Before you start running tests in earnest, do some trial runs of your test cases first. These trial runs help you find and fix issues, so you can make your test cases as stable and reliable as possible. Once you're in the test execution phase, you don't want to spend valuable time figuring out whether a failed result points to a flaw in your application or in your test.

The results of trial runs are only visible to you. Don't worry about cluttering up your team's views.

Run the test

To start a trial run, select Run.

You don't have to run your entire test case. To try out a group of steps instead of the entire test case, select their checkboxes. When you select Run, only your checked test steps run.

Alternatively, you can skip any test step. Just find the test step you want to skip, select , and select Skip during test run. Then, Tosca Cloud the test case won't run that test step during trial runs or test runs in playlists. You can still edit the test step when it's skipped, so you can fine tune a test step until it's ready without changing the rest of your test case. Later, you can include that test step. Just select , and select Unskip.

Tosca Cloud visualizes trial run results right in the test case.

The test case only shows the results of the latest run. It discards the result view as soon as you edit your test case, start a new trial run, or leave the page.

For trial runs on personal agents, Tosca Cloud also generates an entry on the Test runs page, which includes a log with detailed information. These entries are only visible to you, and they're available for shorter time than other test results. To access the logs, choose one of these options:

  • In the test case area, select View last run. Then, select the test run entry to open the details page, where you check the Logs.

  • Open the Test runs page. Then, find the trial run you're interested in and go to its details page.

Handle issues

If you see some red in your trial run results, you need to investigate:

What's next

Your test cases are as stable and reliable as you can make them. Create a playlist, so you can run your test suite in earnest.