Using the state diagram (based on the ''Route Calculation''), how many test cases are needed to achieve 1-switch coverage?
[K3] 3 credits
For an ATM banking project introduced earlier, ''When the user first inserts a valid credit card type, the system considers the user to be in an unauthenticated state. When requesting a cash advance, the user must be in an authenticated state. The user authenticates by entering the proper PIN code. When authenticating the user, the system shall allow the user to enter their PIN code up to three times before failing the authentication and rejecting the card. On the first and second try, the system shall prompt the user to re-enter the PIN code.'' Suppose you are concerned that, depending on the exact number of invalid PIN codes entered, the system might behave improperly. Which of the following test design techniques is specifically targeted at such failures?
[K4] 3 credits
You are testing an ATM based on the following use case;
ATM start screen is showing
1. The user inserts card
2. The user types in PIN
3. The user selects 'cash with receipt'
4. The user selects 50
5. The user selects 'no further service'
Expected results
- The ATM provides 50 to the user
- The ATM return the card and balance slip
- The ATM clears the screen
- The ATM returns to start menu
In your test log which of the following could be noted as part of additional attention points? [K3] 2 credits
While identifying scenario's for the use case ''copy A4 -- A4'' for a new copier, the following scenario's were identified:
Basic scenario: single side to single side
Deviations: single side to double side, copy of a set, copy using the automatic document feeder Failures: no paper in paper tray, paper jam, out of staples During interviews with both development and end-users it has been established that the failure scenario's can occur during the basic scenario and during each of the deviations.
How many test cases will be needed to achieve full coverage both for valid and invalid situations?
[K3] 2 credits
While identifying scenario's for the use case ''copy A4 -- A4'' for a new copier, the following scenario's were identified:
Basic scenario: single side to single side
Deviations: single side to double side, copy of a set, copy using the automatic document feeder Failures: no paper in paper tray, paper jam, out of staples. How many test cases will be needed to achieve minimum coverage?
[K3] 2 credits