REST API: Testcases referencing reusable testcases

Methods


TypeVer.Command parameterParameters
Getters
GET5+ getTestcaseReferencingReusableTestcaseForm testId=<id>
Example of success:

GET5+ getTestcaseReferencingReusableTestcaseDetails testcaseId=<id>
Example of success:

GET5+ getTestcaseReferencingReusableTestcaseDetailsRevision testcaseId=<id>
revision=<revision>
Example of success:

GET5+ getTestcaseReferencingReusableTestcaseProcedure testcaseId=<id>
Example of success:

Note:
The procedure is provided as an XML string properly formatted.
GET5+ getTestcaseReferencingReusableTestcaseProcedureRevision testcaseId=<id>
Example of success:

Note:
The procedure is provided as an XML string properly formatted.
GET5+ getTestcaseReferencingReusableTestcaseRevisions testcaseId=<id>
Example of success:

Setters
POST5beta2+createTestcaseReferencingReusableTestcase testId=<id>
reusableTestcaseId=<id>
Content of the form with values
(see getTestcaseReferencingReusableTestcaseForm)
must be passed in the request's body
as multi-part.
Example of success: