Run TestComplete Tests From Visual Studio

Applies to TestComplete 14.50, last modified on April 22, 2021

You can add TestComplete projects and project suites to Visual Studio test projects and run TestComplete tests from Visual Studio in the same way you run native Visual Studio tests.

Requirements and prerequisites

You must have the following software installed on your computer:

  • One of the following Visual Studio versions:

    • Microsoft Visual Studio 2015–2019 (Community, Enterprise or Professional edition).

    • Microsoft Visual Studio 2013 (Community, Ultimate, Premium, or Professional edition).

    • Microsoft Visual Studio 2010–2012 (Ultimate, Premium, or Professional edition).

    Integration with Visual Studio 2010–2013 has become obsolete. It will be removed in one of the future releases.

  • TestComplete 14 (or TestExecute 14).

  • TestComplete 14 Visual Studio Integration Package.

    The Integration Package installer is shipped along with TestComplete. You can find it in the TestComplete folder after installing the product:

    <TestComplete 14>\VS Integration\VSIntegration.exe

    Run this installer after installing TestComplete on your computer. In the installation wizard, select the Visual Studio Integration feature appropriate for your Visual Studio version.

    For detailed instruction on installing the integration package, see Install Integration Package.

1. Prepare your TestComplete project

  1. In your TestComplete project, create tests. You can record needed test actions or create them from scratch. See Creating Tests.

  2. Organize a test run sequence on the Test Items page of your TestComplete project:

    TestComplete integration with Visual Studio: Test items in a TestComplete project

2. Add your TestComplete project to a Visual Studio test project

  1. Launch Visual Studio.

  2. Open your Visual Studio test project or create a new one:

    TestComplete integration with Visual Studio: Create a test project in Visual Studio

    Note: You cannot add TestComplete tests to Visual C++ unmanaged (native) test projects. As a workaround, we suggest that you use a test project of any other type (for example, a Visual C++ Managed Test project) to keep TestComplete tests.

  3. Right-click your project in the Solution Explorer, and then click Add > TestComplete Test:

    TestComplete integration with Visual Studio: Adding TestComplete Test item via context menu

    – or –

    Right-click your project in the Solution Explorer, and then click Add > New Item. Visual Studio will display a dialog with available item types. In the dialog, select the TestComplete Test type:

    TestComplete integration with Visual Studio: Adding TestComplete Test item via Add New Test Dialog

    Specify the needed test name and click OK.

  4. Visual Studio will create a new test of the TestComplete Test type and add it to the project:

    TestComplete integration with Visual Studio: TestComplete Test item in Solution Explorer
  5. Configure it to run the needed TestComplete tests:

    TestComplete integration with Visual Studio: Adding TestComplete Test item to Visual Studio test project
    1. Double-click the TestComplete Test node in the Solution Explorer. Visual Studio will open it in the TestComplete Test editor.

    2. In the TestComplete project box, click the ellipsis button and browse for the TestComplete project or project suite file that contains the tests you want to run.

    3. The editor will show a tree-like structure of available test items:

      TestComplete integration with Visual Studio: Configuring TestComplete Test item

      By default, the structure and selection of items coincide with the structure and selection stored in your TestComplete project or project suite.

    4. To run test items selected in the project suite, click Selected in project suite in the Run test items section.

      To select needed tests items manually, click Selected below in the Run test items section and select the needed items in the test items tree. To select and unselect items, you can also use buttons on the toolbar at the top of the editor.

    5. In the Preferred test runner section, choose the application (TestComplete or TestExecute) that you want to use to run tests. If only one of the applications is installed on the computer where the test project is run, the corresponding test runner is selected automatically.

  6. Save the changes.

3. Run TestComplete tests and view test results

  1. Select Test > Windows > Test Explorer from the Visual Studio main menu to open the Test Explorer.

  2. The panel displays the list of available tests including TestComplete Test (you may need to build your test project first to populate the list with tests).

    TestComplete integration with Visual Studio: A TestComplete Test item in Test Explorer panel
  3. Right-click it and then click Run Selected Test.

  4. Visual Studio will run the test item. The item will launch TestComplete (or TestExecute), load the specified TestComplete project suite and run the selected tests.

    Note: If the 64-bit version of TestComplete/TestExecute is available on a machine, it will be used to run tests. Otherwise, the 32-bit version will be used.

After the test run is completed, Visual Studio displays the TestComplete Test item results:

TestComplete integration with Visual Studio: Results of the TestComplete Test item in the Test Results panel of Visual Studio 2012

To view detailed output of a TestComplete test:

  1. Click Output in the summary pane at the bottom of the Test Explorer panel.

  2. Visual Studio will display the test output with the attached TestComplete test log.

    TestComplete integration with Visual Studio: TestComplete Test item output
  3. To open the log, click the link to it in the Attachments section:

TestComplete integration with Visual Studio: Detailed results of the test run (Visual Studio 2012)

See Also

Integration With Microsoft Visual Studio and Azure DevOps

Highlight search results