Content deleted Content added
No edit summary |
No edit summary |
||
Line 33:
With a selected system under test, the first step of the classification tree method is the identification of test relevant aspects.
Any system under test can be described by a set of classifications, holding both input and output parameters.
(Input paramters can also include
Each classification can have any number of disjoint classes, describing the occurrence of the parameter.
The selection of classes typically followes the principle of [[equivalence partitioning]] for abstract test cases and [[boundary-value analysis]] for concrete test cases.
|