AutomatedQA® TestComplete Launcher (testcomplete.jar)

The AutomatedQA® TestComplete launcher allows interfacing with TestComplete v7 or v8 tests.


Configuration

The testcomplete.xml file allows pre-configuring the launcher with some default values:

Parameter Description
General > Test root path This must indicate where are located all the TestComplete tests.
This is a root path.
Each test in XStudio has a canonical path that will be appended to this path.
This path MUST not include an ending slash.

Default value is: C:/Program Files/Automated QA/TestComplete 8/Bin
TestComplete > TestComplete install path This must indicate where TestComplete has been installed.
This path MUST not include an ending slash.

Default value is: C:/Program Files/Automated QA/TestComplete 8
TestComplete > TestComplete log directory path Default value is: C:/Program Files/Automated QA/TestProject/Log


These values can be changed while creating the campaign session from XStudio.


Requirements

The tests are executed by the launcher using this syntax:

<testCompleteInstallPath>/bin/TestComplete.exe <testRootPath>/<testPath>/<testName>/<testcaseName>.mds /run /exit

The test will be marked as passed or failed depending on the return code of the execution.
The TestComplete xml log is also attached to the testcase execution in XStudio.