Scenario: A billing system for a telecommunications company is undergoing testing. The system determines the discount applicable to a customer's bill based on various criteria such as usage and subscription plan. Which testing technique would be most suitable for testing the billing system's discount calculation logic?

  • Boundary Value Analysis
  • Decision Table Testing
  • Equivalence Partitioning
  • Scenario Testing
Decision Table Testing is the most suitable technique for testing complex business rules, like those involved in discount calculation logic. It allows testing various combinations of conditions and their outcomes, ensuring thorough validation of the billing system's logic.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *