Auto-grouping

07-31-2020

Using groups to share frequently used test steps across your tests helps improve test maintenance and test visibility. If you have an error in your shared group, fixing it once will fix all dependent tests.

When you create a new group, the new auto-grouping feature helps you identify other tests in your project that are using the same steps and automatically replaces them with the new group. The new group and affected tests are created in a new branch so that you can decide whether to keep (merge) or discard (don't merge) the changes.

1689