Test point.

interface TestPoint {
    assignedTo?: IdentityRef;
    automated?: boolean;
    comment?: string;
    configuration: ShallowReference;
    failureType?: string;
    id: number;
    lastResetToActive?: Date;
    lastResolutionStateId?: number;
    lastResult?: ShallowReference;
    lastResultDetails?: LastResultDetails;
    lastResultState?: string;
    lastRunBuildNumber?: string;
    lastTestRun?: ShallowReference;
    lastUpdatedBy?: IdentityRef;
    lastUpdatedDate?: Date;
    outcome: string;
    revision?: number;
    state?: string;
    suite?: ShallowReference;
    testCase: WorkItemReference;
    testPlan?: ShallowReference;
    url: string;
    workItemProperties: any[];
}

Properties

assignedTo?: IdentityRef

AssignedTo. Type IdentityRef.

automated?: boolean

Automated.

comment?: string

Comment associated with test point.

configuration: ShallowReference

Configuration. Type ShallowReference.

failureType?: string

Failure type of test point.

id: number

ID of the test point.

lastResetToActive?: Date

Last date when test point was reset to Active.

lastResolutionStateId?: number

Last resolution state id of test point.

lastResult?: ShallowReference

Last result of test point. Type ShallowReference.

lastResultDetails?: LastResultDetails

Last result details of test point. Type LastResultDetails.

lastResultState?: string

Last result state of test point.

lastRunBuildNumber?: string

LastRun build number of test point.

lastTestRun?: ShallowReference

Last testRun of test point. Type ShallowReference.

lastUpdatedBy?: IdentityRef

Test point last updated by. Type IdentityRef.

lastUpdatedDate?: Date

Last updated date of test point.

outcome: string

Outcome of test point.

revision?: number

Revision number.

state?: string

State of test point.

Suite of test point. Type ShallowReference.

TestCase associated to test point. Type WorkItemReference.

testPlan?: ShallowReference

TestPlan of test point. Type ShallowReference.

url: string

Test point Url.

workItemProperties: any[]

Work item properties of test point.