INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
Testing Orca Components
The general consensus in the software testing community is that testing component-based software is generally more challenging compared to monolithic. We are planning on doing much more to test existing Orca components and simplify testing of new ones. For an introduction to the topic, see this relatively new book: Testing and Quality Assurance for Component-Based Software.
These are some of abnormal conditions which most Orca components must be able to deal with:
(if the component attempts to "deal with the failure", e.g. reconnect to missing hardware or a required interface, make sure it's possible to stop it by Ctrl-C) Repeat tests under these conditions:
One way to test components is to write dedicated "test machines" in the distributions. They hook up to other components to excersize their functionality. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)