DesignStepFactory object
Manage design steps in a test object.
You get a DesignStepFactory object from a Test object.
Public methods
This object supports the following methods.
Method | Description |
---|---|
AddItem |
Creates a new test design step. Syntax: Passing null as the argument creates a virtual object, one that does not appear in the project database. After creating the item, use the relevant object properties to fill the object, then use the Post method to save the object in the database. |
NewList |
Creates a list of design steps according to the specified filter. Syntax: Parameters:
|
RemoveItem |
Removes a design step from the database. Removal takes place immediately, without a Post. Syntax: Parameters:
|
Gets an object managed by the factory by its key. Syntax: Parameters:
|
Public properties
Property | R/W | Type | Description |
---|---|---|---|
Fields |
R | List |
The list of all available fields for the entity managed by the factory. Syntax: |
Filter | R | Object |
The TDFilter object for the factory. Syntax: |