Question: 1 . Boundary Testing for Age Input: A system accepts ages between 1 8 and 6 0 . Identify the boundary values and test cases
Boundary Testing for Age Input:
A system accepts ages between and Identify the boundary values and test cases for
the input validation.
Boundary Analysis for Loan Application:
A bank application requires income between and to approve loans.
Generate test cases using boundary values.
Boundary Values for Array Index:
An array allows indices from to Identify the boundary test cases to ensure correct
index handling.
Boundary Testing for Tax Calculation:
A tax slab is defined for incomes:
o Up to : No tax
o to : tax
o to : tax
o Above : tax
Determine boundary test cases for tax calculation.
Boundary Testing for Password Length:
A password validation system accepts passwords between and characters long.
Generate boundary value test cases for this scenario.
ATM System Test Case Design Questions
Boundary Testing for ATM Withdrawal:
The ATM allows withdrawals between and in multiples of Identify
boundary values and prepare test cases.
Test Case Template:
Test Case ID Input Amount Expected Output Result
TC Successful withdrawal PassFail
TC Successful withdrawal PassFail
TC Error: Invalid amount PassFail
TC Error: Exceeds limit PassFail
Login Test Case:
The ATM system requires a valid digit PIN for authentication. Prepare test cases for
the login process, including valid, invalid, and boundary conditions.
Test Case Template:
Test Case ID Input PIN Expected Output Result
TC Login successful PassFail
TC Error: Invalid PIN length PassFail
TC Login successful PassFail
TC Login successful PassFail
Balance Inquiry Test Case:
Design test cases for checking account balance when the balance ranges from to
Test Case Template:
Test Case ID Current Balance Expected Output Result
TC Display: PassFail
TC Display: PassFail
TC Error: Invalid balance PassFail
Transaction Limit Test Case:
An account has a daily withdrawal limit of Prepare test cases for transaction
validation.Test Case Template:
Test Case
ID
Amount Withdrawn
Today
Withdrawal
Attempt Expected Output Result
TC Successful
withdrawal PassFail
TC Error: Limit
exceeded PassFail
Invalid Card Test Case:
Prepare test cases for scenarios where an invalid or blocked card is used.Test Case
Template:
Test Case ID Card Status Expected Output Result
TC Blocked Error: Card blocked PassFail
TC Invalid number Error: Invalid card number PassFail
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
