nerdexam
iSQI

CTAL-TA_SYLL2019 · Question #16

What are ways in which classification trees support the application of pairwise testing?

The correct answer is C. a, b and c. Classification trees are a visual way of identifying test objects and data, and pairwise testing is a technique of generating test cases that cover all possible pairs of values from different classifications. Classification trees support pairwise testing by: Helping to identify…

Black-Box Test Techniques

Question

What are ways in which classification trees support the application of pairwise testing?

Options

  • Ab and c
  • Bb, d and e
  • Ca, b and c
  • Dc and e
  • EThey show the expected results for the various test cases

How the community answered

(26 responses)
  • A
    4% (1)
  • C
    81% (21)
  • D
    12% (3)
  • E
    4% (1)

Explanation

Classification trees are a visual way of identifying test objects and data, and pairwise testing is a technique of generating test cases that cover all possible pairs of values from different classifications. Classification trees support pairwise testing by: Helping to identify inputs to be used by the pairwise test technique, as each class represents a possible value for a test parameter. Showing the combinations needed to cover all-pairs, as each test case is a selection of one class from each classification. Helping to identify particular combinations of interest, as the test engineer can use the tree structure to group or prioritize classes based on their relevance or risk. Reference = ISTQB Advanced Level Test Analyst Syllabus 2019, section 3.2.3; Smarter Test Design with Classification Trees and Pairwise Techniques, slides 6-12.

Topics

#classification tree#pairwise testing#test design support#black-box techniques

Community Discussion

No community discussion yet for this question.

Full CTAL-TA_SYLL2019 Practice