Edit

ITestBase.Actions Property

Definition

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

Applies to