Clone a Test Suite
You can clone an existing test suite and then modify the same as required. When you clone a test suite, you must add a suffix which is appended with an underscore to the test suite name. For example, if the test suite is named TestAuthor and you add a suffix, Trial, the new name is TestAuthor_Trial. While cloning a test suite, the test cases that belong to the test suite are mapped to the new test suite.
- Testcase1
- Testcase2
- Testcase3
- Testcase4
- Testcase5
When you clone the test suite as TestAuthor_Trial, without selecting any test cases then you have the following test suite:
- Testcase1
- Testcase2
- Testcase3
- Testcase4
- Testcase5
Consider a scenario where you want to use the existing test cases but modify Testcase2. Then, during cloning, you must select Testcase2. Now you have the following test suite:
- Testcase1
- Testcase2_Trial
- Testcase3
- Testcase4
- Testcase5