Interface TestCaseService


public interface TestCaseService
Responsible for all management of TestCaseModel models within Zephyr Scale.
  • Method Details

    • getTestCaseModelById

      ServiceResult<TestCaseModel> getTestCaseModelById(String userKey, Long testCaseId)
      Retrieves the Test Case as a TestCaseModel 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 a TestCaseModel with the relevant fields of the Test Case. The result will also contains a ValidationResult that will contain any validation messages that may have been generated when performing the operation.
      Since:
      6.8.0