Interface TestExecutionService
public interface TestExecutionService
Responsible for all management of
TestExecutionModel models within Zephyr.-
Method Summary
Modifier and TypeMethodDescriptiongetTestExecutionModelById(String userKey, Long testExecutionId) Retrieves the Test Execution as aTestExecutionModelwith the given id.
-
Method Details
-
getTestExecutionModelById
Retrieves the Test Execution as aTestExecutionModelwith 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
ServiceResultcontaining aTestExecutionModelwith the relevant fields of the TestExecution. The result will also contains aValidationResultthat will contain any validation messages that may have been generated when performing the operation. - Since:
- 6.8.0
-