Image of Groups & Labels in Testim

Testim Groups & Labels: Better Test Organization for Agile Teams

Table of Contents

This Blog covers below major topics:

  • Groups
  • Shared Steps
  • Labels

Groups

A Group in Testim is a set of recorded test steps that can be saved and reused across multiple test cases. Instead of recreating the same steps multiple times, you can use a Group to keep your tests modular and maintainable.

Shared Steps

Shared Steps allow you to create a single step (or a small sequence of steps) and reuse them in different test cases. Unlike Groups, which bundle multiple steps together, Shared Steps are typically individual actions that are frequently used.

How to create a group:

  • Go to the Test Editor and select the test step you want to group.
  • Click on the Add Group icon, enter a group name, create it as a Shared Step, and save it.

Note – Shared Steps means you can use this group in any test

How to use this group/shared step in another test

  • Go to New Test and click on the (+) icon where you want to add the shared step.
  • Select the shared step, save it, and then run the test again.

Labels

Labels are tags that help categorize and organize test cases for better management and filtering

How to Create Label and use them

  • Go to the Test List → Click on the Labels tab.
  • Enter a label name and click Save.
  • Now, go to the Tests tab and select the tests you want to assign to this label.

  • You can now schedule a run through the Scheduler using a Label.
  • Additionally, you can use Labels in a Test Plan.

Good to Read:- Automated Test Scheduling & Suite Creation | Testim

Related Blogs