TestParameterFactory object

Manage managing parameters of manual tests.

You get a TestParameterFactory reference from the TestParameterFactory property of a Test object (Test.TestParameterFactory).

Public methods

Method Description

AddItem

Creates a new test parameter.

For details, see AddItem.

NewList

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

For details, see NewList.

RemoveItem

Removes a test parameter 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