OpenTestFromBaseline Method
Description
Opens an existing test from the specified ALM baseline.
Syntax
Visual Basic |
---|
Public Sub OpenTestFromBaseline( _ ByVal TestPath As String, _ ByVal Library As String, _ ByVal Baseline As String, _ Optional ByVal SaveCurrent/SaveAll As Boolean = False _ ) |
Parameters
TestPath | The full ALM path of the test to open. |
Library | The full library path for the library containing the baseline. For example: Libraries\MyLibFolder\LibName |
Baseline | The name or ID of the baseline. If you specify the baseline ID, then enter an empty string for the Library argument. |
SaveCurrent (Versions 2021 R1 and earlier) | Indicates whether to save changes for the selected open test, component, or application area in the currently open solution before opening the specified test.
|
SaveAll (Versions 2022 and later) | Indicates whether to save changes for all open tests, components, and application areas in the currently open solution before opening the specified test.
|
Remarks
Example
Open an Run a Test from a Specific Baseline in an ALM Library
See Also