Create playlists

A playlist is a group of test cases that you want to run as a batch. Playlists let you run full regression suites and track your application's progress over time.

Best practices

When it comes to playlists, keep these things in mind:

  • Group your test cases by business workflow. This makes it easier to keep track of your objectives.

  • Give each playlist a unique and descriptive name. This makes it easier to identify the right playlist in search results and reports. We recommend this naming convention:

    application name or abbreviation | workflow | sub-workflow

  • Add folders to your playlist. This makes it easier to read, understand, and design complex test flows.

Good names and folders make playlists easy to find, work with, and analyze

Create a new playlist

You can create a playlist in the following ways:

  • On the Playlists page. To create one, select Create playlist. You can drag and drop the test cases you want to add to the playlist. Alternatively, you can select and filter test cases by name, description, or other properties.

  • On the Test cases page. To create one, select the test cases you want to add to the playlist, then select Create playlist.

You can always add or remove test cases on the Playlists page.

After you run your playlist, you can find a direct link to it on the Test runs page. This makes it easy to review or update the playlist without searching for it manually.

Configure your playlist

You can add different configurations to your playlist. These configurations determine how the playlist runs, with which specifications, and on which agents.

To configure your playlist, go to Playlists and make your changes.

What's next

Run your playlist to see whether your application under test works as expected, and where it might need a little more work before release.