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.

Creating a Test Case

Using multiple test steps you can create a test case. You can create test cases with or without associating them with any test suite. If you have not associated a test case with any test suite, then while editing the test suite you have the option to add the test case.

In an environment with multiple users, you can grant permission for one user to execute the entire test case or assign individual users to carry out specific test steps within the test case.

  1. On the Test Author home page, do one of the following:
    • Click Test Case in the right pane.
    • Go to Design > Test Case in the left pane.
  2. Click Create Test Case.
  3. Enter the following details in the Basic Information tab and click Next.

    Field

    Description

    Test Case Name

    Enter a name for the test case. Name must suggest what a test case does. For example: 'Create Quote with 100 line items'

    Test Suite

    Select one or more test suites from the drop-down list with which you want to associate the test case.

    Active

    Toggle to On. For the test case to participate in test suite execution, it must be in Active mode.

    Category

    Choose one or more categories to which the test case should belong to. Options are:
    • Smoke
    • Regression
    • UAT

    Functionality

    Select Default in the drop down list.

    Description

    Enter a user-friendly description.

  4. In the Test Step tab you need to select the test steps and stitch them together to create a test case. Click Add Test Steps to proceed. See Test Step panel.
  5. In the Test Data tab you need to add the test data. See Test Data panel.
  6. In the Test Step Configuration tab you need to add variables, select the assertions and set fluent wait period. See Test Step Configuration panel.