Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS/COSMOS TEST AUTO"

m
m
Line 6: Line 6:
 
The COSMOS build is based on Eclipse PDE (Plug-in Development Environment)and it runs in the eclipse server. Currently the candidate drivers at the end of an iteration are manually tested by the respective component teams. This initiative is to define the process of testing and automate as much as junits possible as part of the build. By automating and integrating with the build, testing can be done more often and bugs will be discovered early on.<br><br>
 
The COSMOS build is based on Eclipse PDE (Plug-in Development Environment)and it runs in the eclipse server. Currently the candidate drivers at the end of an iteration are manually tested by the respective component teams. This initiative is to define the process of testing and automate as much as junits possible as part of the build. By automating and integrating with the build, testing can be done more often and bugs will be discovered early on.<br><br>
 
The test cases are available in CVS at the following location:<br>
 
The test cases are available in CVS at the following location:<br>
 
+
[[Image:Cosmos_cvs.jpg]]
 +
<br/><br/>
 +
Go to HEAD -> org.eclipse.cosmos -> tests
 
<br/>
 
<br/>
  
Line 12: Line 14:
 
The following table briefly explains the different contacts for the test cases as well as the pre reqs and test setup needed to execute it.
 
The following table briefly explains the different contacts for the test cases as well as the pre reqs and test setup needed to execute it.
 
<table border="1">
 
<table border="1">
<tr><th> Component </th><th> Test Suite </th><th> Contact </th><th> Dependencies </th><th> Test Setup </th></tr>
+
<tr><th> Component </th><th> Test Project </th><th> Contact Person </th><th> Dependencies </th><th> Test Setup </th></tr>
<tr><td>Component</td><td>Test Suite</td><td>Contact</td><td>Pre-reqs/Setup</td><td>Pre-reqs/Setup</td></tr>
+
<tr><td>data-collection</td><td>org.eclipse.cosmos.dc.cmdf.services.tests</td><td>?</td><td>?</td><td>?</td></tr>
 +
<tr><td>data-collection</td><td>org.eclipse.cosmos.dc.framework.test</td><td>?</td><td>?</td><td>?</td></tr>
 +
<tr><td>data-collection</td><td>org.eclipse.cosmos.dc.stat.datamgr.testing</td><td>?</td><td>?</td><td>?</td></tr>
 +
<tr><td>data-collection</td><td>org.eclipse.cosmos.dc.tests</td><td>?</td><td>?</td><td>?</td></tr>
 +
<tr><td>data-collection</td><td>org.eclipse.cosmos.example.mdr.registration.tests</td><td>?</td><td>?</td><td>?</td></tr>
 
</table>
 
</table>

Revision as of 16:14, 8 April 2008

1) Introduction

This page provide information and links for COSMOS Test Automation

2) Test Automation Overview


The COSMOS build is based on Eclipse PDE (Plug-in Development Environment)and it runs in the eclipse server. Currently the candidate drivers at the end of an iteration are manually tested by the respective component teams. This initiative is to define the process of testing and automate as much as junits possible as part of the build. By automating and integrating with the build, testing can be done more often and bugs will be discovered early on.

The test cases are available in CVS at the following location:
Cosmos cvs.jpg

Go to HEAD -> org.eclipse.cosmos -> tests

3) Test Details

The following table briefly explains the different contacts for the test cases as well as the pre reqs and test setup needed to execute it.

Component Test Project Contact Person Dependencies Test Setup
data-collectionorg.eclipse.cosmos.dc.cmdf.services.tests???
data-collectionorg.eclipse.cosmos.dc.framework.test???
data-collectionorg.eclipse.cosmos.dc.stat.datamgr.testing???
data-collectionorg.eclipse.cosmos.dc.tests???
data-collectionorg.eclipse.cosmos.example.mdr.registration.tests???

Back to the top