Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

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.

Consider the following scenario in which the test suite TestAuthor has the following test cases:
  • 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:

TestAuthor_Trial test suite with the following test cases:
  • 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:

TestAuthor_Trial test suite with the following test cases:
  • Testcase1
  • Testcase2_Trial
  • Testcase3
  • Testcase4
  • Testcase5

Cloning a Test Suite

  1. On the Test Author home page, do one of the following:
    • Click Test Suite in the right pane.
    • Go to Design > Test Suite in the left pane.
  2. Do one of the following:
    • Click the More icon () next to the name of the test suite and click Clone.
    • Click the name of the test suite and click Clone.
  3. In the Clone Test Suite panel, complete the following:
    1. Enter a suffix that is appended along with an underscore to the test suite name.
    2. Select only those test cases that you want to modify after cloning. If modifications are not required, do not select any test case.
    3. Enter a description.
    4. Click OK.