TestConfigFactory object

Manage test configurations.

You get a TestConfigFactory reference from the TestConfigFactory property of a TDConnection object (TDConnection.TestConfigFactory).

Public methods

Method Description

AddItem

Creates a new test folder.

For details, see AddItem.

NewList

Creates a list of test configurations according to the specified filter.

For details, see NewList.

RemoveItem

Removes a test configuration from the database. Removal takes place immediately, without a Post.

For details, see RemoveItem.

Item

Gets an object managed by the factory by its key.

For details, see Item.

Public properties

Property R/W Type Description

Fields

R Array

The list of all available fields for the entity managed by the factory.

Filter

R Object

The TDFilter object for the factory. See TDFilter object.

Back to top