Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.31 KB

TestCaseWithCustomFieldResource.md

File metadata and controls

23 lines (19 loc) · 1.31 KB

TestCaseWithCustomFieldResource

Properties

Name Type Description Notes
links list[Link] Link to resource [optional]
id int ID of the Test Case [optional]
name str Name of the Test Case [optional]
order int Display order of the Test Case [optional]
pid str PID of the Test Case [optional]
properties list[PropertyResource] Fields value of the Test Case
web_url str Web URL of the Test Case [optional]
test_steps list[TestStepResource] Arrays of Test Step of the Test Case [optional]
parent_id int Module ID of the Test Case [optional]
test_case_version_id int ID of Test Case Version [optional]
version str Test Case Version of the Test Case [optional]
description str Description of the Test Case [optional]
precondition str Precondition of the Test Case [optional]
creator_id int ID of the User who create the Test Case [optional]

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