Interface TestCaseService
public interface TestCaseService
Responsible for all management of
TestCaseModel
models within Zephyr Scale.-
Method Summary
Modifier and TypeMethodDescriptiongetTestCaseModelById
(String userKey, Long testCaseId) Retrieves the Test Case as aTestCaseModel
with the given id.
-
Method Details
-
getTestCaseModelById
Retrieves the Test Case as aTestCaseModel
with the given id.- Parameters:
userKey
- an identifier that uniquely identifies a user which is performing the action.testCaseId
- the ID of the Test Case.- Returns:
- a
ServiceResult
containing aTestCaseModel
with the relevant fields of the Test Case. The result will also contains aValidationResult
that will contain any validation messages that may have been generated when performing the operation. - Since:
- 6.8.0
-