AutomationTestItem Object

Applies to QAComplete 14.4, last modified on June 20, 2024
This functionality is provided by the automated testing bridge that allows obtaining TestComplete test results to the QAComplete Automation screen.
Starting from the release 9.9.0, this functionality is obsolete and is supported only for backward compatibility.

An AutomationTestItem object represents the automation test item.

To manage hosts in QAComplete, you need a user account that belongs to a security group that has the following privileges:

  • Read, Add, Update, and Delete privileges for Automation Test Items.

You can view and set privileges in  > Setup > Security > Security Group > Manage Security Rights.

Properties

AutomationTestItemId  :  integer

The unique identifier of the automation test item.

AutomationHostId  :  integer

The ID of the automation host the test item is run on.

AutomationHostName  :  string (max chars)

The name of the automation host.

TestName  :  string (max 100 chars)

The test item name.

TestType  :  string (max 100 chars)

The test type.

FullPath  :  string (max 255 chars)

The full path to the automation test.

AutomationTestParentId  :  integer

The ID of the parent test item (for TestComplete test projects).

ParentFilePath  :  string

Reserved

Description  :  string (max 1000 chars)

The test item description.

AutomationType  :  integer (max 100 chars)

The name of the automated testing tool, TestComplete or QTP.

ProjId  :  integer

The ID of the QAComplete project that contains the test item.

CreateUserId  :  integer

The ID of the user who added this test item to QAComplete.

UpdateUserId  :  integer

The ID of the user who last updated this test item.

DateCreated  :  dateTime

The date and time the test item was added to QAComplete.

DateUpdated  :  dateTime

The date and time the test item information was last updated.

Relevant Operations

Example

XML

<AutomationTestItem>
  <AutomationTestItemId>5</AutomationTestItemId>
  <AutomationHostId>1</AutomationHostId>
  <AutomationHostName>Test-WinXPx86</AutomationHostName>
  <TestName>Test input controls</TestName>
  <TestType>Automation Tests</TestType>
  <FullPath>\\Test-WinXPx86\Work\Tests\Release\Project.pjs</FullPath>
  <Description>Test input controls and data</Description>
  <AutomationType>TestComplete</AutomationType>
  <ProjId>10372</ProjId>
  <CreateUserId>24661</CreateUserId>
  <UpdateUserId>24661</UpdateUserId>
  <DateCreated>2014-07-29T13:24:18:027</DateCreated>
  <DateUpdated>2014-07-29T13:24:18:027</DateUpdated>
</AutomationTestItem>

See Also

AutomationTestItems_Add Operation
AutomationTestItems_Load Operation
Automation Test Items Operations

Highlight search results