Skip to content
docjason edited this page Jun 13, 2012 · 2 revisions

Welcome to the rhex-test wiki!

rhex-test is a generic Java-based testing framework that performs system and regression-level testing. It differs from a unit test framework such that tests can be dependent on one other and share results with dependent tests. If a prerequisite test fails to execute or the test conditions fail then any of its dependent tests will be marked as accordingly and not executed. In this way one test doesn't need to do everything but can perform a discrete testable function and split related testing to dependent tests. This reduces complexity of the testing components which can be designed small and simple.

The initial test context for this framework is the RHEx system with various test components mapped to the applicable standards and specifications.

Clone this wiki locally