Grouping steps
Why group your steps?
If you work on a large amount of test cases and complex user flows, you need to organize your tests and keep your project nice and tidy.
Use "step groups" to make sure you can easily navigate in large projects. Most importantly you need to use groups to use components.
Creating a group
The most productive way is to use "Split group here" action.
Move your mouse between the step rows
Click the "plus" icon
Click "Split here"
Name the group

Result: you will get 2 new groups. The first one keeps the old name. You can immediately rename the new group.


You can have multiple groups in one test. Each group can be converted to components - reusable test steps that allow you to edit multiple tests at once.

Renaming a group
Click the name of the group - that's it, you can edit the name. No need to click "Save" button.
Groups vs. components
Groups are just organizing your test steps. They become powerful when you convert them to components - a group of steps that is shared across multiple tests.
Last updated
Was this helpful?