Interface TestExecutionService
public interface TestExecutionService
Responsible for all management of
TestExecutionModel
models within Zephyr Scale.-
Method Summary
Modifier and TypeMethodDescriptiongetTestExecutionModelById
(String userKey, Long testExecutionId) Retrieves the Test Execution as aTestExecutionModel
with the given id.
-
Method Details
-
getTestExecutionModelById
Retrieves the Test Execution as aTestExecutionModel
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 aTestExecutionModel
with the relevant fields of the TestExecution. 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
-