ALM Open Test Architecture API Type Library Version 12.55
AddGroup Method
Collapse All
Expand All
IBusinessProcess Interface
: AddGroup Method
Description
Deprecated. Use BPComponentFactory of IBusinessProcess4 (Group is BPComponent). Adds an empty group of components to the test.
Syntax
Visual Basic
Public
Function
AddGroup()
As
Object
Return Type
The new, empty
BPGroup Object
.
Remarks
Save any modifications to the returned group by calling
BusinessProcess.Save
.
See Also
IBusinessProcess Interface
|
IBusinessProcess Members