Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestPointState Enumeration

 

Represents the possible values for the State property.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

public enum class TestPointState

Member nameDescription
Completed

The test point has been successfully completed and does not have to be executed again for the test to be considered completed.

InProgress

The test point is being executed.

MaxValue

Represents the maximum value for the State property, which is InProgress.

None

Default.

NotReady

The test point must be executed, but it is not able to execute.

Ready

The test point is ready for execution. The test point has not yet been executed, or the previous execution failed.

Each test point must be executed for the test pass to be considered completed.

Return to top
Show: