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.

Execution History

Use this tab to view the execution history of all test suites. You can use the filters, suite name, start date, and end date, to locate the execution history of a required test suite. The execution name for a particular execution is "TestSuiteName_EnvironmentName". Use the magnifying glass () button to search and the cross button to clear the filters. Use the advanced filter to further narrow the search results.

Clicking the name for an execution, shows you additional data in the Basic Information and Test Cases tabs.
  • Basic Information tab: Shows basic information such as the environment details, execution description (if added), pass, fail, and skip percentages of test cases in a pie chart. Data on the total number of test cases, passed number, failed number, skipped number, the total time taken, and status.
  • Failure Analysis tab: Shows the test case failure issue type, the name of the test case, and the total failure count for each issue type. The following are the failure issue types:
    • TestDesignIssue
    • ClientSideIssue
    • AssertionError
    • FluentWaitTimeOutIssue
    • TerminatedByUser
    • ServerSideIssue
    • UnauthorizedAccessIssue
    • ResponseTimeOutIssue

    On this tab, you can click Retry Execution to re-run all failed test cases or use the Retry checkbox in the table to select the test cases to re-run. Failed test cases are grouped by failure issue type. You must expand each error type to navigate to a particular test case.

  • Test Cases tab: Lists all the test cases. The name, time taken for execution, status (pass or fail), error type, and additional details are displayed in the table. The Details column provides additional information for each test case. When you click the eye icon in the Details column, you can view the list of test steps that were executed, the API information, the response time in milliseconds, status (pass or fail), error type, and message. When you hover over the information icon next to the test step name, you can view the resource URL and the endpoint. Click the eye icon in the API Info column to view the request headers, request body, response header, and response body details. In the Message column, click View Details for additional information on AssertionError and FluentWaitTimeOutIssue failures.

You can view the information on the UI or download the execution report in Excel or HTML format. The naming convention for downloaded reports is <report>.xlsx for Excel and <TestSuiteName>.html for HTML format.

Viewing Execution History

  1. On the Test Author home page, click Test Execution in the right or left pane.
  2. Click the Execution History tab to view the entire list of test suites that are already executed.
  3. Enter the suite name, execution start, and end date, and click the search icon to locate the execution history of the required test suite.
  4. Click the filter icon (Advanced search) to narrow your search results.
  5. Click the Execution name to view additional details of each test suite in the Basic Information, Failure Analysis (incase of failures) and Test Cases tabs.
  6. On the Failure Analysis tab, click the Retry checkbox to select one or all failed test cases. Click Retry Execution.
    You are redirected to the Trigger Execution page. All the fields are pre-populated except Client Id and Client Secret, in which you must enter values. In addition to the pre-selected failed test cases, you can select additional test cases for execution as needed.
  7. On the Test Cases tab, click the eye icon in the Details column to view further information. Use the information, eye icon, and View Details (in case of Assertion Error and Fluent Wait Time Out Issue) in the subsequent pages for additional details.
  8. Click the download icon to download the detailed report in an Excel sheet or HTML file.