nerdexam
iSQI

CTAL-TA_SYLL2019 · Question #10

How many cases are required to test the tax system specification as described below, using a decision table which is not collapsed? Tax system A tax system needs to be updated due to new…

The correct answer is D. 8. A decision table is a technique that shows the possible combinations of conditions and actions for a given problem. A decision table that is not collapsed has one test case for each combination of conditions, regardless of whether the actions are the same or different. The tax…

Specific Approaches to Testing AI-based Systems

Question

How many cases are required to test the tax system specification as described below, using a decision table which is not collapsed? Tax system A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20.000 and who is married, the tax needs to be recalculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable.

Options

  • A2
  • B4
  • C6
  • D8

How the community answered

(41 responses)
  • A
    15% (6)
  • B
    2% (1)
  • C
    7% (3)
  • D
    76% (31)

Explanation

A decision table is a technique that shows the possible combinations of conditions and actions for a given problem. A decision table that is not collapsed has one test case for each combination of conditions, regardless of whether the actions are the same or different. The tax system specification has three conditions: salary less than €20,000, married, and number of children between three and four. Each condition has two possible values: true or false. Therefore, the number of test cases for a non-collapsed decision table is 2^3 = 8. Reference = ISTQB Certified Tester Advanced Level Syllabus Technical Test Analyst1, page 2 Decision tables - IBM2, section "Decision table overview"

Topics

#decision table#test case count#conditions and actions#tax system

Community Discussion

No community discussion yet for this question.

Full CTAL-TA_SYLL2019 Practice