List of questions
Related questions
Question 43 - CTFL4 discussion
For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are required:
- The bank card is valid
- The PIN code is correct
- Money is available in the user's account
The following are some possible interactions between the user and the ATM:
- The entered card is invalid The card is rejected
- The PIN code is wrong The ATM asks for another PIN code
- The requested amount is more than available in the user's account: The ATM asks for another amount
- The requested amount is available in the user's account The ATM dispenses the money
Which test design technique should be used to cover all possible combinations of the in put conditions?
A.
Use case based testing
B.
Decision table
C.
Boundary value analysis
D.
Equivalence class partitioning
Your answer:
0 comments
Sorted by
Leave a comment first