CheckIn Method
Description
Syntax
Visual Basic |
---|
Public Sub CheckIn() |
Remarks
This method does not save the test or component before checking it in. If the test or component must be saved before check-in, make sure that the automation script calls the Test.Save method before the CheckIn method.
Example
Check a Test into ALM Version Control
See Also