TestLabFolderFactory object

Manage lab test set folders, including adding and removing test set folders.

Public methods

Method Description

AddItem

Creates a new test lab folder.

For details, see AddItem.

NewList

Creates a list of test lab folders according to the specified filter.

For details, see NewList.

RemoveItem

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

For details, see RemoveItem.

RemoveItemAndMoveTestSetsToUnattached

Removes test lab folders and moves the tests of the test lab folders to the Unattached folder.

Syntax: RemoveItemAndMoveTestSetsToUnattached(itemKey)

Parameters:

  • itemKey. ID of the test set folder to move.

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.

Root R Object Returns the root test set folder.

Back to top