AutomationHost 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 AutomationHost object represents a host (remote computer where automated tests run) registered in your project and connected to QAComplete with the automated testing bridge. Using the QAComplete SOAP API, you can add, load, modify, and delete hosts in QAComplete.

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 Hosts.

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

Properties

AutomaticHostId  :  integer

The unique ID of the host.

HostName  :  string (max 8000 chars)

The name of the host computer.

Description  :  string (max 8000 chars)

The host description.

CreateUserId  :  integer

The ID of the user who registered the host in QAComplete.

UpdateUserId  :  integer

The ID of the last user who updated the host information.

DateCreated  :  dateTime

The date and time the host was registered in QAComplete.

DateUpdated  :  dateTime

The date and time the host information was last updated.

Relevant Operations

Remarks

Unassigned date and time values (for example, in DateUpdated) are represented as 0001-01-01T00:00:00.

Example

XML

<AutomationHost>
  <AutomationHostId>1</AutomationHostId>
  <HostName>Test-Win7x86</HostName>
  <Description>Test host with Windows 7 x86</Description>
  <CreateUserId>24667</CreateUserId>
  <UpdateUserId>24667</UpdateUserId>
  <DateCreated>2014-08-12T08:26:39</DateCreated>
  <DateUpdated>2014-08-12T10:17:52</DateUpdated>
</AutomationHost>

See Also

AutomationHosts_Add Operation
AutomationHosts_Load Operation
Automation Hosts Operations

Highlight search results