public interface TestExecutionService extends QTestService
| Modifier and Type | Method and Description |
|---|---|
TestCycle |
createTestCycle(CreateTestCycleRequest testCycleRequest)
Creates test-cycle from the given create test-cycle information.
|
TestRun |
createTestRun(CreateTestRunRequest testRunRequest)
Create test-run.
|
TestSuite |
createTestSuite(CreateTestSuiteRequest testSuiteRequest)
Creates test-suite.
|
void |
deleteTestCycle(DeleteTestCycleRequest testCycleRequest)
Delete test-cycle from the given request.
|
void |
deleteTestRun(DeleteTestRunRequest testRunRequest)
Delete test-run.
|
void |
deleteTestSuite(DeleteTestSuiteRequest testSuiteRequest)
Delete test-suite.
|
TestLog |
getLastLog(GetLastLogRequest getLastLogRequest)
Gets test run information.
|
QueueProcessingResponse |
getQueueProcessingResponse(QueueProcessingResponseRequest queueProcessingResponseRequest)
Gets a Batch Test Log Submission job's state
|
TestCycle |
getTestCycle(GetTestCycleRequest testCycleRequest)
Gets the test-cycle information from the given get test-cycle request.
|
TestRun |
getTestRun(GetTestRunRequest getTestRunRequest)
Gets test run information.
|
TestSuite |
getTestSuite(GetTestSuiteRequest testSuiteRequest)
Gets the test-suite information.
|
java.util.List<ExecutionStatus> |
listExecutionStatus(ListExecutionStatusRequest executionStatusRequest)
List all execution status request from test execution service.
|
java.util.List<TestCycle> |
listTestCycle(ListTestCycleRequest testCycleRequest)
Lists test-cycle information from the given list test-cycle request.
|
java.util.List<TestRun> |
listTestRun(ListTestRunRequest testRunRequest)
Lists all test runs from the given
list test run request. |
java.util.List<TestSuite> |
listTestSuite(ListTestSuiteRequest testSuiteRequest)
Lists all test suites from the given
list test suite request. |
TestCycle |
moveTestCycle(MoveTestCycleRequest testCycleRequest)
Move test-cycle from the given move test-cycle request instance.
|
TestRun |
moveTestRun(MoveTestRunRequest testRunRequest)
Move test run.
|
TestSuite |
moveTestSuite(MoveTestSuiteRequest testSuiteRequest)
Move test-suite.
|
TestLog |
submitAutomationTestLog(AutomationTestLogRequest automationTestLogRequest)
Submits automation test log to test execution service.
|
QueueProcessingResponse |
submitAutomationTestLogs(AutomationTestLogsRequest automationTestLogsRequest)
Submits multiple test results to test execution service.
|
QueueProcessingResponse |
submitAutomationTestLogsExtended(AutomationTestLogsRequest automationTestLogsRequest)
Submits multiple test results and specifies Test Design and Test Execution tree structures to test execution service.
|
TestLog |
submitTestLog(SubmitTestLogRequest submitTestLogRequest)
Submit test log to test execution service.
|
TestCycle |
updateTestCycle(UpdateTestCycleRequest testCycleRequest)
Update test-cycle from the given update test-cycle request instance.
|
TestRun |
updateTestRun(UpdateTestRunRequest testRunRequest)
Update test run.
|
TestSuite |
updateTestSuite(UpdateTestSuiteRequest testSuiteRequest)
Updates test-suite.
|
setEndpoint, shutdownTestLog submitAutomationTestLog(AutomationTestLogRequest automationTestLogRequest) throws AuthServiceException
automationTestLogRequest - the given automation test log request.TestLog instance.AuthServiceException - if an error occurs during submitting automation
test log to test execution service.QueueProcessingResponse submitAutomationTestLogs(AutomationTestLogsRequest automationTestLogsRequest) throws AuthServiceException
automationTestLogsRequest - the given test log request.QueueProcessingResponse instance.AuthServiceException - if an error occurs during submitting test log to
test execution service.QueueProcessingResponse submitAutomationTestLogsExtended(AutomationTestLogsRequest automationTestLogsRequest) throws AuthServiceException
automationTestLogsRequest - the given test log request.QueueProcessingResponse instance.AuthServiceException - if an error occurs during submitting test log to
test execution service.QueueProcessingResponse getQueueProcessingResponse(QueueProcessingResponseRequest queueProcessingResponseRequest) throws AuthServiceException
getQueueProcessingResponse - the given QueueProcessingResponseRequest instance.QueueProcessingResponse instance.AuthServiceException - if an error occurs during getting QueueProcessingResponse information.TestLog submitTestLog(SubmitTestLogRequest submitTestLogRequest) throws AuthServiceException
submitTestLogRequest - the given test log request.TestLog instance.AuthServiceException - if an error occurs during submitting test log to
test execution service.TestLog getLastLog(GetLastLogRequest getLastLogRequest) throws AuthServiceException
getLastLogRequest - the given GetLastLogRequest instance.TestRun instance.AuthServiceException - if an error occurs during getting test-run information.java.util.List<ExecutionStatus> listExecutionStatus(ListExecutionStatusRequest executionStatusRequest) throws AuthServiceException
executionStatusRequest - the given ListExecutionStatusRequest object.execution status objects.AuthServiceException - if an error occurs during listing all execution statuses.java.util.List<TestRun> listTestRun(ListTestRunRequest testRunRequest) throws AuthServiceException
list test run request.testRunRequest - the given list test run request object.test run objects.AuthServiceException - if an error occurs during listing all test runs.TestRun getTestRun(GetTestRunRequest getTestRunRequest) throws AuthServiceException
getTestRunRequest - the given GetTestRunRequest instance.TestRun instance.AuthServiceException - if an error occurs during getting test-run information.TestRun createTestRun(CreateTestRunRequest testRunRequest) throws AuthServiceException
testRunRequest - the given create test-run request instance.AuthServiceException - if an error occurs during creating test-run.TestRun updateTestRun(UpdateTestRunRequest testRunRequest) throws AuthServiceException
testRunRequest - the given update test-run request.AuthServiceException - if an error occurs during updating test-run.TestRun moveTestRun(MoveTestRunRequest testRunRequest) throws AuthServiceException
testRunRequest - the given move test-run request.AuthServiceException - if an error occurs during moving test-run.void deleteTestRun(DeleteTestRunRequest testRunRequest) throws AuthServiceException
testRunRequest - the given delete test-run request.AuthServiceException - if an error occur during deleting test-run.TestSuite createTestSuite(CreateTestSuiteRequest testSuiteRequest) throws AuthServiceException
testSuiteRequest - the given create test-suite request instance.AuthServiceException - if an error occurs during creating test-suite.TestSuite updateTestSuite(UpdateTestSuiteRequest testSuiteRequest) throws AuthServiceException
testSuiteRequest - the given update test-suite request instance.AuthServiceException - if an error occurs during updating test-suite.TestSuite moveTestSuite(MoveTestSuiteRequest testSuiteRequest) throws AuthServiceException
testSuiteRequest - the given move test-suite request.AuthServiceException - if an error occurs during moving test-suite.TestSuite getTestSuite(GetTestSuiteRequest testSuiteRequest) throws AuthServiceException
testSuiteRequest - the given get test-suite request instance.AuthServiceException - if an error occurs during getting test suite.java.util.List<TestSuite> listTestSuite(ListTestSuiteRequest testSuiteRequest) throws AuthServiceException
list test suite request.testSuiteRequest - the given list test suite request object.test suite objects.AuthServiceException - if an error occurs during listing all test suites.void deleteTestSuite(DeleteTestSuiteRequest testSuiteRequest) throws AuthServiceException
testSuiteRequest - the given delete test-suite request instance.AuthServiceException - if an error occurs during deleting test-suite.TestCycle getTestCycle(GetTestCycleRequest testCycleRequest) throws AuthServiceException
testCycleRequest - the given get test-cycle request.AuthServiceException - if an error occurs during getting test-cycle information.java.util.List<TestCycle> listTestCycle(ListTestCycleRequest testCycleRequest) throws AuthServiceException
testCycleRequest - the given list test-cycle request.AuthServiceException - if an error occurs during listing test-cycle information.TestCycle createTestCycle(CreateTestCycleRequest testCycleRequest) throws AuthServiceException
testCycleRequest - the given test cycle request instance.AuthServiceException - if an error occurs during create test-cycle.TestCycle updateTestCycle(UpdateTestCycleRequest testCycleRequest) throws AuthServiceException
testCycleRequest - the given update test cycle request instance.AuthServiceException - if an errro occur during update test cycle.TestCycle moveTestCycle(MoveTestCycleRequest testCycleRequest) throws AuthServiceException
testCycleRequest - the given move test-cycle request instance.AuthServiceException - if an error occurs during moving test-cycle.void deleteTestCycle(DeleteTestCycleRequest testCycleRequest) throws AuthServiceException
testCycleRequest - the given test-cycle request.AuthServiceException - if an error occurs during deleting test-cycle request.