Get a BusinessProcess reference from a Test Object of Type BUSINESS-PROCESS. In VisualBasic, cast the Test to BusinessProcess. In C++, use the QueryInterface to get the reference.
BusinessProcess.Save saves modifications to all BP_* objects that belong to the test.
Implemented Interface | Description |
---|---|
IBaseField2 | Represents a basic data field or entity, such as an attachment. |
IBaseField3 | Represents a basic data field or entity, such as an attachment. |
IBaseField4 | Represents a basic data field or entity, such as an attachment. |
IMailableEntity | Mail support for entities. |
ISupportParameterValues | Services to support parameterization. |
AddBPComponent | Deprecated. Use BPComponentFactory of IBusinessProcess4. Adds the specified Component to the test. |
AddFlowOutputParam | Deprecated. Use BPOutputParamFactory of IBusinessProcess4. Adds a flow output parameter to the test. |
AddGroup | Deprecated. Use BPComponentFactory of IBusinessProcess4 (Group is BPComponent). Adds an empty group of components to the test. |
AddRTParam | Deprecated. Use TestParameterFactory of ISupportTestParameters. Adds a runtime parameter to the test. |
AlertTestsOnChangeDetected | Adds an alert to all tests that contain components that represent the same screen as any of the components in which a change is detected. |
CancelDownloadPictures | Cancels the download of the test component's pictures. |
CoverRequirement | Adds the specified requirement to the list of requirements covered by this test. |
DeleteBPComponent | Deprecated. Use BPComponentFactory of IBusinessProcess4. Delete the specified BPComponent from the test. |
DeleteChangeDetectionAlert | Deletes any change detection alert that is active for the Business Process. |
DeleteFlowOutputParam | Deprecated. Use BPOutputParamFactory of IBusinessProcess4. Deletes the flow output parameter from the test. |
DeleteGroup | Deprecated. Use BPComponentFactory of IBusinessProcess4 (Group is BPComponent). Delete the specified BPGroup from the test. |
DeleteRTParam | Deprecated. Use TestParameterFactory of ISupportTestParameters. Delete the given RTParam from the test. |
DownloadPictures | Download the snapshots attached to the components of the test to the clients cache. |
DownloadPicturesProgress | Reports the status of DownloadPictures. |
GenerateXMLDescription | Generates an XML description of the BPT. |
GenerateXMLDescriptionForInstance | Generates an XML description of the BPT. |
GetCoverList | Gets the list of all requirements covered by this test. |
GetLastTimestamp | The Last Update Timestamp for this Business Process Test. according to specified componentFieldName |
Load | Deprecated. Use factories to load BusinessProcess object and all of its dependencies. Loads the BusinessProcess object and all of its dependencies into memory. |
LockObject | Locks the object. Returns True if the object has been changed on the server. |
Mails the IBaseFieldExMail field item. | |
MailEx | Mails the IMailableEntity field item. |
Post | Posts all changed values into database. |
Refresh | Reads saved values, overwriting values in memory. |
RemoveCoverage | Removes a requirement from the list of requirements this test covers. |
Save | Deprecated. Use factories to save the BusinessProcess object and all of its dependencies. Saves the BusinessProcess object and all of its dependencies. |
Undo | Undoes changes to field values that have not been posted. |
UnLockObject | Unlocks the object. |
ValidateBusinessProcess | Get A String containing faulty parts of the business process |
Attachments | The Attachment factory for the object. |
AutoPost | If true, the database is updated immediately when the field value changes. |
AutoUnlock | Indicates whether to make the item changeable to other users automatically after a Refresh or Post. |
BPComponentByID | Deprecated. Use BPComponentFactory of IBusinessProcess4. Gets a BPComponent from the test by its ID. |
BPComponentFactory | The BPComponentFactory for this Business Process Test. |
BPComponents | Deprecated. Use BPComponentFactory of IBusinessProcess4. The list of BPComponents that belong to the test. |
BPOutputParamFactory | The BPOutputParamFactory for this Business Process Test. |
BPTHistory | The test's history object. |
CheckoutPathIfExist | The checkout path for the test. |
DesignStepFactory | The design steps factory for the current test. |
DesStepsNum | The number of design steps in the test. |
ExecDate | The test execution date and time. |
ExecStatus | The test execution status. |
ExtendedStorage | The Extended Storage object for the current test. |
Field | The value of the specified field. |
FieldMultiValue | The MultiValue object of the specified field. |
FlowOutputParameters | Deprecated. Use BPOutputParamFactory of IBusinessProcess4. The list of flow output parameters for the test. |
FullPath | The full file system path for the test. |
GroupByID | Deprecated. Use BPComponentFactory of IBusinessProcess4 (Group is BPComponent). Gets a BPGroup from the test by its ID. |
HasAttachment | Checks if the object has one or more attachments. |
HasCoverage | Checks if the test covers at least one requirement. |
HasParam | Checks if the test has at least one parameter. |
HtmlScript | Not implemented. |
ID | The item ID. |
IsLocked | Checks if object is locked for editing. |
LastRun | The last Run object for this test. |
Modified | Checks if the item has been modified since last refresh or post operation. If true, the field properties on the server side are not up to date. |
Name | The test name. |
ParameterValueFactory | The parameter value factory that manages the parameter values of the current object. |
Params | Deprecated. Use TestParameterFactory of ISupportTestParameters. The current test parameters. |
RTParameters | Deprecated. Use TestParameterFactory of ISupportTestParameters. The list of run time parameters for the test. |
TemplateTest | Indicates if this test is a template test. |
Type | The test type. |
TypeName | The field's type. |
VCS | The VCS version control object for this test. |
Virtual | Checks if this is a virtual item, that is, an item that does not have a corresponding database record. |