This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities. |
15 documents found.
| REST End-point | GET /api/tests.ashx/testcases/{testcaseid} |
| Client API Method | TestsService.GetTestCase |
| Request Body |
Returns TestCaseEN based upon provided Test Case Id.
| REST End-point | POST /api/tests.ashx/testcases |
| Client API Method | TestsService.CreateTestCase |
| Request Body | TestCaseEN |
Creates new test case based upon provided TestCaseEN object.
| REST End-point | PUT /api/tests.ashx/testcases/{testcaseid} |
| Client API Method | TestsService.UpdateTestCase |
| Request Body | TestCaseEN |
Updates an existing test case based upon provided TestCaseEN object.
Returns the updated TestCaseEN object.
| REST End-point | DELETE /api/tests.ashx/testcases/{testcaseid} |
| Client API Method | TestsService.DeleteTestCase |
| Request Body |
Deletes the specified test case.
| REST End-point | GET /api/tests.ashx/testcasesteps/{testcasestepid} |
| Client API Method | TestsService.GetTestCaseStep |
| Request Body |
Returns TestCaseStepEN based upon provided Test Case Step Id.
| REST End-point | POST /api/tests.ashx/testcasesteps |
| Client API Method | TestsService.CreateTestCaseStep |
| Request Body | TestCaseStepEN |
Creates new test case step based upon provided TestCaseStepEN object.
| REST End-point | PUT /api/tests.ashx/testcasesteps /{testcasestepid } |
| Client API Method | TestsService.UpdateTestCaseStep |
| Request Body | TestCaseStepEN |
Updates an existing test case step based upon provided TestCaseStepEN object.
Returns the updated TestCaseStepEN object.
| REST End-point | DELETE /api/tests.ashx/testcasesteps /{testcasestepid} |
| Client API Method | TestsService.DeleteTestCaseStep |
| Request Body |
Deletes the specified test case step.
| REST End-point | POST /api/tests.ashx/testcaseissues |
| Client API Method | TestsService.AddTestCaseIssue |
| Request Body | TestCaseTestIssueEN |
Associate a Test Case with an Issue based upon provided TestCaseTestIssueEN object.
| REST End-point | DELETE /api/tests.ashx/testcaseissues/{testcaseid}/testcase/{testcaseid}/issue/{issueid} |
| Client API Method | TestsService.RemoveTestCaseIssue |
| Request Body |
Removes the association between a Test Case and the Issue.
| REST End-point | GET /api/tests.ashx/testplans/{testplanid} |
| Client API Method | TestsService.GetTestPlan |
| Request Body |
Returns TestPlanEN based upon provided Test Plan Id.
| REST End-point | POST /api/tests.ashx/testplans |
| Client API Method | TestsService.CreateTestPlan |
| Request Body | TestPlanEN |
Creates new test plan based upon provided TestPlanEN object.
| REST End-point | PUT /api/tests.ashx/testplans/{testplanid} |
| Client API Method | TestsService.UpdateTestPlan |
| Request Body | TestPlanEN |
Updates an existing test plan based upon provided TestPlanEN object.
Returns the updated TestPlanEN object.
| REST End-point | DELETE /api/tests.ashx/testplans/{testplanid} |
| Client API Method | TestsService.DeleteTestPlan |
| Request Body |
Deletes the specified test plan.
| REST End-point | POST /api/tests.ashx/testplancases |
| Client API Method | TestsService.AddTestPlanTestCase |
| Request Body | TestPlanTestCaseEN |
Associate a Test Case with a Test Plan based upon provided TestPlanTestCaseEN object.
| REST End-point | DELETE /api/tests.ashx/testplancases/{testplanid}/testplan/{testplanid}/testcase/{testcaseid} |
| Client API Method | TestsService.RemoveTestPlanTestCase |
| Request Body |
Removes the association between a Test Case a Test Case.
| REST End-point | GET /api/tests.ashx/testruns/{testrunid} |
| Client API Method | TestsService.GetTestRun |
| Request Body |
Returns TestRunEN based upon provided Test Run Id.
| REST End-point | POST /api/tests.ashx/testruns |
| Client API Method | TestsService.CreateTestRun |
| Request Body | TestRunEN |
Creates new test run based upon provided TestRunEN object.
| REST End-point | PUT /api/tests.ashx/testruns /{testrunid} |
| Client API Method | TestsService.UpdateTestRun |
| Request Body | TestRunEN |
Updates an existing test run based upon provided TestRunEN object.
Returns the updated TestRunEN object.
| REST End-point | DELETE /api/tests.ashx/testruns /{testrunid} |
| Client API Method | TestsService.DeleteTestRun |
| Request Body |
Deletes the specified test run.
| REST End-point | GET /api/tests.ashx/testrunsteps/{testrunstepid} |
| Client API Method | TestsService.GetTestRunStep |
| Request Body |
Returns TestRunStepEN based upon provided Test Run Step Id.
| REST End-point | POST /api/tests.ashx/testrunsteps |
| Client API Method | TestsService.CreateTestRunStep |
| Request Body | TestRunStepEN |
Creates new test run step based upon provided TestRunStepEN object.
| REST End-point | PUT /api/tests.ashx/testrunsteps/{testrunstepid} |
| Client API Method | TestsService.UpdateTestRunStep |
| Request Body | TestRunStepEN |
Updates an existing test run step based upon provided TestRunStepEN object.
Returns the updated TestRunStepEN object.
| REST End-point | GET /api/tests.ashx/testruntimes/{testruntimelogid} |
| Client API Method | TestsService.GetTestRunTime |
| Request Body |
Returns TestRunTimeLogEN based upon provided Test Run Time Log Id.
| REST End-point | POST /api/tests.ashx/testruntimes |
| Client API Method | TestsService.CreateTestRunTime |
| Request Body | TestRunTimeLogEN |
Creates new test run based upon provided TestRunTimeLogEN object.
| REST End-point | PUT /api/tests.ashx/testruntimes/{testruntimelogid} |
| Client API Method | TestsService.UpdateTestRunTime |
| Request Body | TestRunTimeLogEN |
Updates an existing test run time log based upon provided TestRunTimeLogEN object.
Returns the updated TestRunTimeLogEN object.
| REST End-point | DELETE /api/tests.ashx/testruntimes/{testruntimelogid} |
| Client API Method | TestsService.DeleteTestRunTime |
| Request Body |
Deletes the specified test run time log.