Gemini Community Support Site

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.




API Documentation Incomplete for Testing API

testing
api

If you go here: http://support.geminiplatform.com/docs/all/page/235/testing-api?tags=api

And click on any of the schema reference links, the link given doesn't include the schema for any of the testing items.

Any idea when this part of the documentation will be posted?

Daryl D
· 1
Daryl D
Replies (4)
helpful
0
not helpful

Which enteties are you after?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I am looking for the following schema

  • TestCaseEN
  • TestCaseStepEN
  • TestCaseTestIssueEN
  • TestPlanEN
  • TestPlanTestCaseEN
  • TestRunEN
  • TestRunStepEN
  • TestRunTimeLogEN

Daryl D
· 1
Daryl D
helpful
0
not helpful
ANSWER

We will update our documentation soon, here are the enteties:

<TestCaseEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <TestCaseId>0</TestCaseId>
    <Summary />
    <Description />
    <TypeId>0</TypeId>
    <AssignedTo xsi:nil="true" />
    <PreConditions />
    <ExpectedResult />
    <OriginalTestCaseId xsi:nil="true" />
    <ProjectID>0</ProjectID>
    <ParentTestCaseId xsi:nil="true" />
    <IsAutomated>false</IsAutomated>
    <IsParent>false</IsParent>
    <IsFolder>false</IsFolder>
    <IsClosed>false</IsClosed>
    <HasPassed xsi:nil="true" />
    <CreatedBy>0</CreatedBy>
    <CreatedByName />
    <DateRevised>0001-01-01T00:00:00</DateRevised>
    <TestPlans />
    <IssuesTesting />
    <Steps />
    <CustomFields />
    <Attachments />
    <TestRuns />
    <History />
    <PendingRuns>0</PendingRuns>
    <FailedRuns>0</FailedRuns>
    <PassedRuns>0</PassedRuns>
</TestCaseEN>

<TestCaseStepEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <StepId>0</StepId>
    <TestCaseId>0</TestCaseId>
    <StepTestCaseId xsi:nil="true" />
    <StepOrder>0</StepOrder>
    <Description />
    <ExpectedResult />
    <Data />
    <CreatedBy>0</CreatedBy>
    <DateRevised>0001-01-01T00:00:00</DateRevised>
    <CustomFields />
    <Attachments />
    <History />
</TestCaseStepEN>

<TestCaseTestIssueEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <Id>0</Id>
    <TestCaseId>0</TestCaseId>
    <IssueId>0</IssueId>
    <CreatedBy>0</CreatedBy>
</TestCaseTestIssueEN>

<TestPlanEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <TestPlanId>0</TestPlanId>
    <Summary />
    <Description />
    <ParentTestPlanId xsi:nil="true" />
    <ProjectID>0</ProjectID>
    <IsParent>false</IsParent>
    <IsFolder>false</IsFolder>
    <IsClosed>false</IsClosed>
    <CreatedBy>0</CreatedBy>
    <CreatedByName />
    <DateRevised>0001-01-01T00:00:00</DateRevised>
    <TestCases />
    <TestRuns />
    <CustomFields />
    <Attachments />
    <IssuesTesting />
    <History />
    <PendingRuns>0</PendingRuns>
    <FailedRuns>0</FailedRuns>
    <PassedRuns>0</PassedRuns>
</TestPlanEN>

<TestPlanTestCaseEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <Id>0</Id>
    <TestPlanId>0</TestPlanId>
    <TestCaseId>0</TestCaseId>
    <TestCaseOrder>0</TestCaseOrder>
    <CreatedBy>0</CreatedBy>
    <DateRevised>0001-01-01T00:00:00</DateRevised>
</TestPlanTestCaseEN>

<TestRunEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <TestRunId>0</TestRunId>
    <TestPlanId xsi:nil="true" />
    <TestCaseId xsi:nil="true" />
    <ProjectID>0</ProjectID>
    <Summary />
    <Description />
    <Duration>0</Duration>
    <IsAutomated>false</IsAutomated>
    <HasPassed xsi:nil="true" />
    <IsClosed>false</IsClosed>
    <CreatedBy>0</CreatedBy>
    <CreatedByName />
    <DateRevised>0001-01-01T00:00:00</DateRevised>
    <Steps />
    <Cases />
    <CustomFields />
    <Attachments />
    <TimeLogged />
    <History />
</TestRunEN>

<TestRunStepEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <TestRunStepId>0</TestRunStepId>
    <TestRunId>0</TestRunId>
    <TestCaseId>0</TestCaseId>
    <StepId>0</StepId>
    <StepOrder>0</StepOrder>
    <Description />
    <ExpectedResult />
    <ActualResult />
    <Data />
    <HasPassed xsi:nil="true" />
    <CreatedBy>0</CreatedBy>
    <CustomFields />
    <Attachments />
</TestRunStepEN>

<TestRunTimeLogEN>
    <State>NoChange</State>
    <DateCreated>0001-01-01T00:00:00</DateCreated>
    <TimeLogId>0</TimeLogId>
    <ProjectID>0</ProjectID>
    <TestRunId>0</TestRunId>
    <UserId>0</UserId>
    <TimeTypeId xsi:nil="true" />
    <Hours>0</Hours>
    <Minutes>0</Minutes>
    <Comment />
    <EntryDate>2011-09-29T21:39:28.5585907+01:00</EntryDate>
</TestRunTimeLogEN>

Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you! This is exactly what I was looking for.


Daryl D
· 1
Daryl D