interface TestCaseResultUpdateModel {
    associatedWorkItems?: number[];
    automatedTestTypeId?: string;
    comment?: string;
    completedDate?: string;
    computerName?: string;
    customFields?: CustomTestField[];
    durationInMs?: string;
    errorMessage?: string;
    failureType?: string;
    outcome?: string;
    owner?: IdentityRef;
    resolutionState?: string;
    runBy?: IdentityRef;
    stackTrace?: string;
    startedDate?: string;
    state?: string;
    testCasePriority?: string;
    testResult?: ShallowReference;
}

Properties

associatedWorkItems?: number[]
automatedTestTypeId?: string
comment?: string
completedDate?: string
computerName?: string
customFields?: CustomTestField[]
durationInMs?: string
errorMessage?: string
failureType?: string
outcome?: string
owner?: IdentityRef
resolutionState?: string
runBy?: IdentityRef
stackTrace?: string
startedDate?: string
state?: string
testCasePriority?: string
testResult?: ShallowReference