Explain when we can use Decision Table?
We can use decision table in the scenarios where the output differs for different permutation and combination of values. Let’s understand this with an example:
We are going to create decision table for Login Page with below fields.
As different possible combinations exist, so we can handle this using Decision table.