SuiteEntryUpdateModel interface
A model to define sequence of test suite entries in a test suite.
Properties
child |
Id of the child suite in the test suite. |
sequence |
Updated sequence number for the test case or child test suite in the test suite. |
test |
Id of the test case in the test suite. |
Property Details
childSuiteId
Id of the child suite in the test suite.
childSuiteId: number
Property Value
number
sequenceNumber
Updated sequence number for the test case or child test suite in the test suite.
sequenceNumber: number
Property Value
number
testCaseId
Id of the test case in the test suite.
testCaseId: number
Property Value
number