How to Write Complex Business Logic Test Scenarios Using Decision Table Technique

By Vijay

By Vijay

I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…

Learn about our editorial policies.
Updated June 23, 2024

Decision Table Testing is an easy and confident approach to identify the test scenarios for complex Business Logic.

There are several test case design techniques. In this article, we will learn how to use the Decision Table technique effectively to write test cases for an application with complex Business Logic.

Here is an illustration:
We all know that the rules and validations of business take up a major portion of the requirements given by the customers. While observing how these requirements are represented and communicated to the entire project team by Business Analysts or customers, we come to know that most of such business rules and logic are presented in a logical process flow diagram.

Writing Test Scenario Using Decision Table Technique

A logical process Flow diagram for a complex requirement comprises many branches, nodes, and decision boxes. Hopefully, we testers are expected to cover all those branches and touch every nook and corner of such a complex logical tree. I have also faced such complex business flows and tried many test case/test scenario preparation techniques to make the process easier.

Finally, I found the Decision Table Testing technique to be highly useful in this aspect. Here is how a Decision Table technique can make the test scenario preparation for complex Business Logic easier.

Example: Writing Test cases for a login screen using the Decision Table Technique:

Let’s take a Decision Table example of the below business requirement for a login screen.

Decision table testing

Fig: 1.0 Sample business flow diagram

The first step we do is to name all the branches and leave them with numbers or alphabets as below.

1, 2, 3 are the leaves and a, b & c are the branches.

Then, we have to create a Decision table as shown below: (Click to enlarge image)

Decision table testing 1

Fig 1.1 Decision table for business flow fig 1.0

Points to Remember

  • All the validations specified in the decision boxes should be made of the columns on the table.
  • All the results (leaves) mentioned in the flow diagram should be covered in the decision table.
  • All combinations of inputs needed to obtain a certain result shall be mentioned in the combinations column and can be included while writing the test cases.
  • After completing the Decision table, one has to just verify whether all the branches and leaves in the logical tree are covered.

Advantages Of Using the Decision Table Technique

#1) Any complex Business flow represented as a diagram can be easily covered in this technique.
#2) It provides quick confidence in the test cases. One need not have to review his own test cases multiple times to gain confidence.
#3) Easy to understand. Anyone can make test cases from this Decision table template.
#4) Rework on the test cases and test scenarios can be totally avoided, as it gives complete coverage at the first shot.

Limitations Of Using Decision Table Technique

#1) Certain test case preparation techniques like Boundary value analysis and equivalence partitioning cannot be directly accommodated in this template. But, one can note it down in the combinations column and use them while writing test cases.

Before explaining why other test case writing techniques cannot assure as much accuracy as Decision tables, I would like to quickly remind other Black box and White box test case writing techniques.

Other Test Case Design Techniques

#1) Boundary Value Analysis is a Software Testing technique in which test cases are designed to include representatives of boundary values in and out of a given range.

#2) Equivalence Partitioning also, called Equivalence Class Partitioning is a Software Testing technique that divides the given condition into partitions and one input data from each partition can be chosen for testing.

#3) State Transition testing is a black-box testing technique, which can be used to design test cases for a system that acquires a finite number of states and can transit from one state to another upon specific events.

#4) Error Guessing is a technique where the experience of a tester is used to find the errors or part of an application with the highest possibility of finding errors. This is a skill-based technique without any rules.

#5) Use Case Testing In this technique, use cases/scenarios are used to write the test cases. The interaction of users and systems is described in a use case.

Some more Test Design techniques:

#6) Statement coverage
#7) Condition Coverage
#8) Exploratory testing

Why can’t other test case design techniques for Business logic prove to be useful as Decision Tables?

#1) Boundary Value Analysis and Equivalence class partitioning is meant for numeric ranges and length. Both of these techniques alone cannot ensure 100% Test Coverage for business rules.

#2) Error Guessing is more about the experience. Though experience is required, it cannot prove to be everything.

#3) With the State Transition testing technique, one can ensure that all parts of the logical tree are covered but it does not suggest a document or artifact as the Decision Table technique ensures coverage with a decision table (fig 1.1).

Conclusion

For writing test cases for business logic, it is advisable to follow the below steps to prepare test cases so as to ensure maximum Test Coverage:

Step #1) Use a Decision Table test case design technique to attain 100% logical coverage.
Step #2) Boundary Value Analysis and Equivalence partitioning for covering various ranges of inputs.
Step #3) Combinations and permutations for field-level validations (though not all permutations are required).
Step #4) Error guessing (apart from the errors that can be identified from the above three steps) with experience as a final touch

With the right combination of all these techniques, I hope you will be able to discover almost all test scenarios for any application under test.

About the author: Hari Narayan is a software testing professional with more than 3 years of work experience in writing test scenarios for complex Business Logic. He is currently working with Plintron Global Technologies.

Let us know which test case design technique you use most often on your project. And which is the best method according to your experience?

Feel free to share your valuable comments/suggestions about this article.

Was this helpful?

Thanks for your feedback!

Recommended Reading

16 thoughts on “How to Write Complex Business Logic Test Scenarios Using Decision Table Technique”

  1. Can u tell me what is the difference between State transition testing and Decision table testing and when to use to what? I understand both but I dont get the difference and when to use what. Please help

    Reply
  2. Is usecase testing, a part of decision testing?

    Can you give an example for each in detail taking use case and business logic in particular?

    Thanks for your time and great topics!

    Reply
  3. I under stand but but i have another question i have a assignment of black box testing and white box testing that r complete when i take requiremnt and perform these testing i have no idea about it if u have plz tell me

    Reply
  4. Thank you for the article! It contains very useful info.
    On my projects I use most often Decision tables, EP & BVA and State transition testing. Of course, Error Guessing is used as well.

    Reply
  5. Thanks for article..!

    It’s very useful for design new test cases of business logic.
    If possible than can you pls explain with one very complex example…with this method

    Reply
  6. Great work. Thanks for the same. If possible try to post about managing all type of testcases that you have mentioned in the conclusion part (step1,step 3 etc ) with an example and template. For example how we can create all types of testcases for a simple project(scenario based, validation based, equivalence portioning, UI testing etc) and manage it using excel.

    Reply
  7. Here are ten examples of business rules and their corresponding conclusions that you can apply in your business:

    1. **Business Rule: Pricing Transparency**
    – **Conclusion:** Ensure that all product prices are clearly displayed on your website to build trust with customers.

    2. **Business Rule: Order Validation**
    – **Conclusion:** Orders should only be processed if the customer’s information is complete and accurate, preventing errors in fulfillment.

    3. **Business Rule: Credit Approval Criteria**
    – **Conclusion:** Implement a credit approval process based on predetermined criteria to manage financial risk.

    4. **Business Rule: Inventory Monitoring**
    – **Conclusion:** Regularly update and monitor inventory levels to avoid selling products that are out of stock.

    5. **Business Rule: Secure Payment Processing**
    – **Conclusion:** Employ robust security measures for online payment transactions to protect customer data.

    6. **Business Rule: Shipment Tracking**
    – **Conclusion:** Provide customers with real-time shipment tracking information for a positive post-purchase experience.

    7. **Business Rule: Return Policy**
    – **Conclusion:** Clearly define and communicate a fair return policy to manage customer expectations and satisfaction.

    8. **Business Rule: Customer Feedback Analysis**
    – **Conclusion:** Regularly analyze customer feedback to identify areas for improvement and enhance overall service quality.

    9. **Business Rule: Employee Training**
    – **Conclusion:** Ensure thorough training for employees to maintain consistent and high-quality service standards.

    10. **Business Rule: Compliance with Regulations**
    – **Conclusion:** Adhere to legal and regulatory requirements to avoid penalties and maintain a trustworthy business reputation.

    These business rules and conclusions contribute to the smooth functioning, reliability, and success of your business.

    Reply
  8. FOLLOWING ARE THE REQUIREMENTS WE HAD WHAT ARE THE SCENARIOS THAT WE HAVE FROM THE FOLLOWING
    1.to field is mandatory and will accept 1 or more more email ids
    2.cc field will accept 1 or more more email ids
    3.subject is mandatory field and accept 256 characters and .html and .doCS format
    4.test field will accept any format of text
    5. attachments will accept max10mb file with .pdf and .jpg files

    Reply
  9. very simple to understand. We are mainly using only two methods EP and BVA to write test cases, and error guessing to some extent. thanks for sharing.

    Reply
  10. Why can not first alert:” Please enter non blank credentials” be branch? There are total 4 branches. Please explain if I am wrong.

    Reply

Leave a Comment