Jump to content

Classification Tree Method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by OMPwiki (talk | contribs) at 08:45, 12 August 2013 (Created page with '{{subst:AFC submission/draftnew}} <!--- Important, do not remove this line before article has been created. ---> The '''Classification Tree Method''' is a metho...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Classification Tree Method is a method for test design, as it is used in different areas of software development (e.g. embedded systems …). Classification Trees in terms of the Classification Tree Method must not be confused with decision trees.

The classification tree method consists of two mayor steps: (1) Identification of test relevant aspects (so called classifications) and their corresponding values (called classes) as well as (2) Combination of different classes from all classifications into test cases.

The identification of test relevant aspects usually follows the (functional) specification (e.g. requirements, uses cases …) of the system under test. These aspects form the input and output data space of the test object.

The second step of test design then follows the principles of combinatorial test design.

References