Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
closeProjectSuite() Closes the project suite. |
|
void |
exportResults(java.lang.String FileName, boolean ExportVisualizerImages) Export the results of the last execution. |
|
IntegrationResultDescription |
getLastResultDescription() Returns the description of the last test results. |
|
Dispatch |
getObjectByName(java.lang.String ObjectName) Returns a reference to a top-level program object (e.g. |
|
ProjectIntegration |
getProject(java.lang.String ProjectName) Gets a project object. |
|
EnumScriptRoutine |
getProjectRoutinesIterator(java.lang.String ProjectName) Enumerate script tests. |
|
java.lang.String |
getProjectSuiteFileName() Specifies the full name of the project suite file. |
|
Variant |
getRoutineResult() Returns the result of the routine run. |
|
ProjectSuiteTests |
getTestSuite(java.lang.String projectName) Gets a TestSuite object, if Name is empty this method returns TestSuite for ProjectSuite. |
|
EnumTest |
getTestsIterator() Enumerate tests. |
|
void |
halt(java.lang.String ErrorString) Stops running tests and posts the ErrorString error message to the test log. |
|
boolean |
isProjectSuiteOpened() Returns True if there is an open project suite in TestComplete; Else - False. |
|
boolean |
isRecording() Specifies whether TestComplete is currently recording tests. |
|
boolean |
isRunning() Specifies whether TestComplete is currently running tests. |
|
boolean |
openProjectSuite(java.lang.String fileName) Opens a project suite file with the specified name in TestComplete. |
|
void |
runProject(java.lang.String ProjectName) Starts running tests provided by the specified project. |
|
void |
runProjectItem(java.lang.String ProjectName, java.lang.String ProjectItemName) Starts running tests provided by the specified project item. |
|
void |
runProjectSuite() Starts running tests specified in the project suite's projects. |
|
void |
runProjectTestItem(java.lang.String ProjectName, java.lang.String ProjectTestItemName) Starts a test item provided by the specified project item. |
|
void |
runRoutine(java.lang.String ProjectName, java.lang.String UnitName, java.lang.String RoutineName) Runs the specified routine. |
|
void |
runRoutineEx(java.lang.String ProjectName, java.lang.String UnitName, java.lang.String RoutineName, Variant Parameters) Runs the specified routine with certain parameters. |
|
void |
runTestByMoniker(java.lang.String TestMoniker) Starts a test item by its moniker. |
|
void |
runTestByName(java.lang.String ProjectName, java.lang.String TestName) Run a test using its full name. |
|
void |
stop() Stops running tests. |
Closes the project suite.
Export the results of the last execution.
Returns the description of the last test results.
Returns a reference to a top-level program object (e.g. Log, Regions, etc.) by the object's name.
Gets a project object.
Enumerate script tests.
Specifies the full name of the project suite file.
Returns the result of the routine run.
Gets a TestSuite object, if Name is empty this method returns TestSuite for ProjectSuite.
Enumerate tests.
Stops running tests and posts the ErrorString error message to the test log.
Returns True if there is an open project suite in TestComplete; Else - False.
Specifies whether TestComplete is currently recording tests.
Specifies whether TestComplete is currently running tests.
Opens a project suite file with the specified name in TestComplete.
Starts running tests provided by the specified project.
Starts running tests provided by the specified project item.
Starts running tests specified in the project suite's projects.
Starts a test item provided by the specified project item.
Runs the specified routine.
Runs the specified routine with certain parameters.
Starts a test item by its moniker.
Run a test using its full name.
Stops running tests.