Create embedded tests

You can embed any test in another test. Such tests are called embedded tests. This way, you can reuse certain test steps in multiple tests, and when you need to make changes, it's sufficient to update the embedded test, and the changes will be available everywhere that test is used.

The Embeddable Tests sidebar displays all tests available in the repository.

You can embed a test from the Embeddable Tests sidebar to an existing test in the test editor.

A test can include up to three embedded tests.

The search field provides a way to find a specific test.

You can use the Collapse All option to collapse all folders.

Watch this short video to see how to work with embedded tests. Detailed steps follow.