Skip to content

My test selection is too big for one plan. Can I still run it all at once?

No, but you can split the selection across several test plans and combine those plans into a single run.

  1. Move away from one giant query: Instead of using one long TQL query, build your plans with filter-based selection by filtering through suites, labels, or priorities. Combining filters allows for a complex selection without an oversized query. See Filter-based selection.

  2. Split it into several plans: Create multiple test plans, each covering part of your selection, such as one per label or priority group.

  3. Combine them into one run: When creating the run, click + Plans and select the plans you want. You can include one or several plans in the same run, and all their tests are gathered together.

    • You can also add extra tests: after selecting your plans, add specific suites or individual tests with + Tests, and everything will be included in the same run.

Note: If selecting multiple plans results in a separate run for each plan instead of one combined run, launch the run outside of a run group. Launching inside a run group can split the plans into individual runs.