public interface TestDesignService extends QTestService
setEndpoint, shutdown@Deprecated java.util.List<Field> getTestCaseFields(GetTestCaseFieldsRequest getTestCaseFieldsRequest) throws AuthServiceException
ProjectService.getFields(GetFieldsRequest)getTestCaseFieldsRequest - the given get testcase field request
informationAuthServiceException - if an error occurs during getting testcase fields.java.util.List<TestCase> listTestCase(ListTestCaseRequest listTestCaseRequest) throws AuthServiceException
listTestCaseRequest - the given list test case request
object.test case object.AuthServiceException - if an error occurs during listing all test case objects.TestCase getTestCase(GetTestCaseRequest testCaseRequest) throws AuthServiceException
TestCase from the given test case requesttestCaseRequest - the given test case requestTestCase instance.AuthServiceException - if an error occurs during getting the test case.TestCase addComment(CreateObjectCommentRequest createObjectCommentRequest) throws AuthServiceException
createObjectCommentRequest - the given create testcase comment request
instance.TestCase instance.AuthServiceException - if an error occurs during adding comment.TestStep getTestStep(GetTestStepRequest testStepRequest) throws AuthServiceException
TestStep from the given test step requesttestStepRequest - the given test step requestTestStep instance.AuthServiceException - if an error occurs during getting the test case.java.util.List<TestStep> listTestStep(ListTestStepRequest testStepRequest) throws AuthServiceException
TestStep from the given test step requesttestStepRequest - the given test step requestTestStep instance.AuthServiceException - if an error occurs during getting the test step.TestCase createTestCase(CreateTestCaseRequest testCaseRequest) throws AuthServiceException
test case from the given
create test case requesttestCaseRequest - the given create test case request
instance.test case instance.AuthServiceException - if an error occurs during creating test case instance.AutomationTestCase createAutomationTestCase(CreateAutomationTestCaseRequest automationTestCaseRequest) throws AuthServiceException
automation test case from the given
create automation test case requestautomationTestCaseRequest - the given create automation test case request
instance.automation test case instance.AuthServiceException - if an error occurs during creating test case instance.TestStep createTestStep(CreateTestStepRequest testStepRequest) throws AuthServiceException
test step from the given create test step requesttestStepRequest - the given create test step request
instance.test step instance.AuthServiceException - if an error occurs during creating test step instance.void deleteTestCase(DeleteTestCaseRequest testCaseRequest) throws AuthServiceException
testCaseRequest - the given test-case request.AuthServiceException - if an error occurs during deleting test-case.TestCase updateTestCase(UpdateTestCaseRequest testCaseRequest) throws AuthServiceException
testCaseRequest - the given update test-case request.AuthServiceException - if an error occurs during updating test-case.TestCase moveTestCase(MoveTestCaseRequest testCaseRequest) throws AuthServiceException
testCaseRequest - the given move test-case request.AuthServiceException - if an error occurs during moving test-case.TestCase approveTestCase(ApproveTestCaseRequest testCaseRequest) throws AuthServiceException
testCaseRequest - the given approve testcase request.TestCase instance.AuthServiceException - if an error occurs during approving testcase.