Cloning tests

Clone tests to the current or other project

You can clone tests within the same project or clone them to another project to which you are a member, even if the project is not in the currently selected Company. The new cloned test will have “Clone of” added as a prefix to both the description and the name.

What happens after cloning


Cloning to another projectCloning to same project
Branch settingsCloned to the master branch of the target projectThe same branch as the original test.
Shared stepsWill become unshared and duplicated. If multiple tests use the same shared step, each test will receive its own copy of the step, breaking any links between them.Clones the shared step without duplicating.
Test configurationWill reset to default based on the project type:

- Mobile Web - Default will be set to iPhone 6/7/8.
- Web and Mobile Native - The configuration will be labeled as “untitled” with values appropriate for the project type.
Clones the test configuration.
Mobile native appsTests with library apps will be cloned without the app. You will have to assign the app manually. Tests with apps from a device will keep the app details.Clones the native apps without the need for reassignment.
Test ownerTest owner will not be assigned to the test. Remains with the same test owner
Test labelsWill be copied without changesWill be copied without changes
Test revisionsWill not be cloned; the test will be created with a new single revisionWill not be cloned; the test will be created with a new single revision
Latest test resultsWill not be clonedWill not be cloned
Step parametersWill be copied without changesWill be copied without changes
Test dataWill be copied without changesWill be copied without changes
Network capture optionsWill be copied without changesWill be copied without changes
Mock-network filesWill be copied without changesWill be copied without changes

To clone a test:

  1. On the Test Library screen (Test List > Tests), click on the test name to select it. You can select multiple tests by holding down the CTRL/CMD key and then clicking on each of the desired tests. If there are no folders in your Test Library, you can also select all of your tests by holding down the CTRL/CMD key + A on the keyboard.

  2. Click the Clone button at the top.

    You can also right-click a test and select the Clone option.

  3. In the Clone Test dialog, select the Target Project. The current project is selected by default.

  4. Under Tests to be cloned, select that tests that you would like to clone.

  5. Click Confirm.
    The tests are cloned to the selected project. Testim will name the test using the original test's name. For example: "Copy of [original test name]".