Reuse Test Cases

You can reuse Test Cases in a variety of different ways to both save time and make it easier to maintain information over time. Below is a summary of the different options.

  • Call Test Cases. Also known as "shared steps" or "embedded tests", in which you can reuse existing Test Cases within other Test Cases.

  • Copy Test Steps. A one-time copy and paste of Test Steps. You can copy Test Steps into the same Test Case or another Test Case within the same project.

  • Copy Test Cases. A one-time copy and paste of Test Cases or folders of Test Cases. A Test Case can be pasted into the same project or another project.

  • Move Test Cases. Cut and paste or drag and drop Test Cases or folders of Test Cases within the same project.

  • Share test cases with a different project. Manage a centralized repository of Test Cases in the Test Design module of one project and create Test Runs in the Test Execution module of a different project.