VerCtrlStatus Property
Description
The test status for the version controlled test.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property VerCtrlStatus As String |
Return Type
- CheckedIn--The open test is currently checked in to the ALM version control database. The test is open in read-only mode.
- CheckedOut--The open test is currently checked out of the version control database (by you), or the test is not stored in an ALM project with version control support. The test is open in read-write mode.
- Locked--The open test is currently checked out by another user. The test is open in read-only mode and you cannot check out the test.
Tip: If you are not sure whether the open test is stored in an ALM project with version control support, use the Test.Location property to confirm that the test is stored in an ALM path, and then use the TDConnection.SupportVersionControl property to check whether the ALM project supports version control.
See Also