Test Configuration Create or Update Parameters

interface TestConfigurationCreateUpdateParameters {
    description?: string;
    isDefault?: boolean;
    name: string;
    state?: TestConfigurationState;
    values?: NameValuePair[];
}

Hierarchy (View Summary)

Properties

description?: string

Description of the configuration

isDefault?: boolean

Is the configuration a default for the test plans

name: string

Name of the configuration

State of the configuration

values?: NameValuePair[]

Dictionary of Test Variable, Selected Value