Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.19 KB

TestPointByTestSuiteModel.md

File metadata and controls

16 lines (13 loc) · 1.19 KB

TestPointByTestSuiteModel

Properties

Name Type Description Notes
id UUID Test point unique internal identifier [default to null]
testerId UUID Tester who is responded for the test unique internal identifier [optional] [default to null]
workItemId UUID Workitem to which test point relates unique identifier [optional] [default to null]
configurationId UUID Configuration to which test point relates unique identifier [optional] [default to null]
status String Test point status Applies one of these values: Blocked, NoResults, Failed, Passed [optional] [default to null]
lastTestResultId UUID Last test result unique identifier [optional] [default to null]
iterationId UUID Iteration unique identifier [default to null]
workItemMedianDuration Long Median duration of work item the test point represents [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]