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 "OSEE/OTE/Users Guide/Getting Started"

(New page: Future Category:OSEE)
 
(Overview)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Future
+
=Overview=
 +
 
 +
OTE provides a framework for the testing of complex software systems. The test environment manages models, messages, remote communication, and logging.
 +
 
 +
Environments provide the core configuration of the tests, there is generally a 1 to 1 mapping between environments and labs. Generally, tests are written which set input and check output against the unit under test. These tests are sent to the Test Environment which then will coordinate with the unit under test to run the submitted test, or set the requested input.
 +
 
 +
=Related Documentation=
 +
 
 +
For overviews, tutorials, examples, guides, and tool documentation, please see:
 +
 
 +
Refer to the OSEE Team generated information included in the eclipse help subsystem.
 +
 
 +
[http://java.sun.com/docs/white/langenv/index.html White Paper - The Java Language Enviornment]
 +
 
 +
[http://java.sun.com/docs/books/tutorial/java/index.html Trail - Learning The Java Language]
 +
 
 +
[http://java.sun.com/j2se/javadoc/writingdoccomments/ How to Write Doc Comments]
  
 
[[Category:OSEE]]
 
[[Category:OSEE]]

Revision as of 18:25, 17 December 2010

Overview

OTE provides a framework for the testing of complex software systems. The test environment manages models, messages, remote communication, and logging.

Environments provide the core configuration of the tests, there is generally a 1 to 1 mapping between environments and labs. Generally, tests are written which set input and check output against the unit under test. These tests are sent to the Test Environment which then will coordinate with the unit under test to run the submitted test, or set the requested input.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Refer to the OSEE Team generated information included in the eclipse help subsystem.

White Paper - The Java Language Enviornment

Trail - Learning The Java Language

How to Write Doc Comments

Back to the top