| Class | Description |
|---|---|
| Testspecification |
This class handles test specifications.
|
| TeststepNode |
This class handles a single test step node.
|
| TeststepRule |
A teststep rule consists of some decisions, the comparison for each decision and (maybe) the successor.
Each decision belongs to a node and tells if this node in this rule is either Yes (= true), No (= false) or meaningless (= "don't care", thus we can not use a boolean here). A rule may have a successor (another teststep rule from another test specification but never in the same test specification). All teststep rules are valid (see Rule). |
Copyright © 2013. All Rights Reserved.