Interface TestExecutionService


public interface TestExecutionService
Responsible for all management of TestExecutionModel models within Zephyr Scale.
  • Method Details

    • getTestExecutionModelById

      ServiceResult<TestExecutionModel> getTestExecutionModelById(String userKey, Long testExecutionId)
      Retrieves the Test Execution as a TestExecutionModel with the given id.
      Parameters:
      userKey - an identifier that uniquely identifies a user which is performing the action.
      testExecutionId - the ID of the Test Execution.
      Returns:
      a ServiceResult containing a TestExecutionModel with the relevant fields of the TestExecution. 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