TestLabFolderFactory object

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

Public methods

Method Description

AddItem

Creates a new coverage.

For details, see AddItem.

NewList

Creates a list of coverages according to the specified filter.

For details, see NewList.

RemoveItem

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

For details, see RemoveItem.

RemoveItemAndMoveTestSetsToUnattached

Removes test folders and moves the tests of the test 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