Allows admins to create reusable snippets that can be setup once and used across many test suites and test cases.  For example, often times the first few steps of a test require a user to login to a product and/or environment.  Rather than specifying those steps in every test case developed a single test case snippet may be created and assigned to all test cases where applicable.  Additionally, if those steps change the snippet may be changed and those changes will automatically propagate to all assigned test cases.



Create a Test Snippet:


  1. Navigate to Settings-->Test Case Snippets.
  2. Click "Create New Snippet"
  3. Give the Snippet a name and optionally a description.
  4. Input the Snippet Steps.
  5. Assign the Snippet to one or more products.
  6. Click Save.

 

Assign Snippet to Test Case:

  1. Navigate to a test suite belonging to an assigned product.
  2. Expand a test case and click Add Snippet.

        

        3.  Assign the desired Snippet.


        

        4.  Note the snippet was added.



        5.  Save the Test Case.