Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

When is used Decision table testing?

Category: Web Application Testing

Decision table testing are used to validate system behavior with different input combinations.
Best Example of such tests can be login to the application where there are two input values, namely username and password and possible output can either be an error with not allowing to enter in application or allowed to enter the welcome page.
scenario 1 – username and password both can be wrong, resulting in error
scenario 2 – username can be correct, but password could be wrong, resulting in error
Scenario 3 – username can be wrong, but password could be right, resulting in error.
Scenario 4 – username and password both can be right and valid, allowing user to the welcome page.

Leave a Reply

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