Test Session

interface TestSession {
    area?: ShallowReference;
    comment?: string;
    endDate?: Date;
    id: number;
    lastUpdatedBy?: IdentityRef;
    lastUpdatedDate?: Date;
    owner?: IdentityRef;
    project?: ShallowReference;
    propertyBag?: PropertyBag;
    revision?: number;
    source?: TestSessionSource;
    startDate?: Date;
    state?: TestSessionState;
    title: string;
    url?: string;
}

Properties

Area path of the test session

comment?: string

Comments in the test session

endDate?: Date

Duration of the session

id: number

Id of the test session

lastUpdatedBy?: IdentityRef

Last Updated By Reference

lastUpdatedDate?: Date

Last updated date

owner?: IdentityRef

Owner of the test session

Project to which the test session belongs

propertyBag?: PropertyBag

Generic store for test session data

revision?: number

Revision of the test session

Source of the test session

startDate?: Date

Start date

State of the test session

title: string

Title of the test session

url?: string

Url of Test Session Resource