Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.25 KB

TestPointShortModel.md

File metadata and controls

17 lines (14 loc) · 1.25 KB

TestPointShortModel

Properties

Name Type Description Notes
testSuiteId UUID [default to null]
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 <br>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]