AutomatedQA® TestComplete v7 Launcher (testcomplete7.jar)

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


Configuration

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

Parameter Description
TestComplete7 > TestComplete install path This must indicate where are located all the TestComplete scripts.
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:/Automation/Runner
TestComplete7 > TestComplete log directory path Default value is: C:/Automation/Tests/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:

runConsoleGUI.cmd /u:<testPath> /routine:<testName> /tcIndex:<testcaseIndex> /sutName:<SutName>

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.