Test configuration

interface TestConfiguration {
    area?: ShallowReference;
    description?: string;
    id: number;
    isDefault?: boolean;
    lastUpdatedBy?: IdentityRef;
    lastUpdatedDate?: Date;
    name: string;
    project?: ShallowReference;
    revision?: number;
    state?: TestConfigurationState;
    url?: string;
    values?: NameValuePair[];
}

Properties

Area of the configuration

description?: string

Description of the configuration

id: number

Id of the configuration

isDefault?: boolean

Is the configuration a default for the test plans

lastUpdatedBy?: IdentityRef

Last Updated By Reference

lastUpdatedDate?: Date

Last Updated Data

name: string

Name of the configuration

Project to which the configuration belongs

revision?: number

Revision of the configuration

State of the configuration

url?: string

Url of Configuration Resource

values?: NameValuePair[]

Dictionary of Test Variable, Selected Value