Skip to content

Working with Plans

Welcome!

A test plan is a saved set of tests you can run again and again without picking them each time. It’s great for the runs you repeat, like a regression pass before every release or a weekly smoke check.

Plan and runs chart

What you will do:

  1. Create a plan.
  2. Add tests to it.
  3. Launch a run from the plan.
  1. Open the Plans tab in the sidebar.
  2. Click + New in the top right corner.
  3. Choose the plan type. Select Manual to run tests manually. (Automated and Mixed plans also exist, for tests run through CI.)
  4. Give the plan a clear name, like “Release regression.”

The Plans page with the + New plan button and the type choice

Now choose which tests belong in this plan.

  1. Pick tests from the tree by selecting folders and suites, or use a filter to grab tests by tag or priority.
  2. Save the plan.

Selecting tests for the plan from the test tree

Your plan is now saved and ready to reuse. The next time you need this same set, you won’t have to pick the tests again.

  1. Open your plan and start a manual run from it.
  2. Work through the run, marking each test Passed, Failed, or Skipped, then click Finish Run.

Launching a run from a saved plan

For the full run walkthrough, see Run Manual Tests.