Given the following scenario, what is the number of conditions that will be used to draw a decision table?

If the volume of sales is greater than 10,000 units and advance collected is 50% or more, then the commission is 16%.
If the advance collected is less than 50%, then it is 14%.
For sales of 10,000 units, irrespective of the advance collected, commission is 10%.
For sales less than 10,000 units, the commission is 9% or 8%
based on whether the advance collected is 50% or more, or less than 50% respectively.

  • 1
  • 2
  • 3
  • 4
  • 5

  • volume of sales
  • advance collected

02

reqtest.com/requirements-blog/a-guide-to-using-decision-tables