ITestBase.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The actions required to complete the test case. Could be a mixture of groups, manual steps and shared step sets.
public Microsoft.TeamFoundation.TestManagement.WebApi.TestActionCollection Actions { get; }
member this.Actions : Microsoft.TeamFoundation.TestManagement.WebApi.TestActionCollection
Public ReadOnly Property Actions As TestActionCollection
Property Value
Remarks
The returned collection is modifiable, and on save those changes will be sent to the server