Upload Results

Applies to TestComplete 14.10, last modified on June 5, 2019

If your TestComplete project is bound to a HipTest project, then, by default, TestComplete passes results of BDD tests to the linked HipTest project after the test run is over. TestComplete passes the general status – “Success” or “Failure” (Warning is considered as a “Success”). In case of a failure, TestComplete also passes the text of the first error message in TestComplete’s test log, so you can see it in HipTest:

Test results in HipTest

Click the image to enlarge it.

By default, this functionality is on for new projects.

You may want to disable it, if you are creating or debugging automated scripts for test steps of your scenarios, and don’t want to store results of these runs to HipTest. You can enable it any time later.

To enable or disable this behavior, use properties of your TestComplete project:

  1. Open the project property editor:

    • Right-click the project node in the Project Explorer panel and select Edit > Properties from the context menu.

      – or –

      Double-click the project node to open the project editor, and then go to the Properties tab.

  2. Select or clear the Save BDD test results to HipTest check box:

    The 'Save BDD test results to HipTest' setting

    Click the image to enlarge it.

    Select File > Save from the main menu to save the changes.

Note: TestComplete will post results to the HipTest test run that the project’s Test run property specifies. This test run should not be an archived test run.

See Also

HipTest Integration

Highlight search results