Classification Tree Method: Difference between revisions

Content deleted Content added
OMPwiki (talk | contribs)
No edit summary
OMPwiki (talk | contribs)
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 environments[[Environment_(systems)|environment]]s states, [[pre-condition]]s and other, rather uncommon parameters).
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.