Answered step by step
Verified Expert Solution
Question
1 Approved Answer
AIM To design an automated banking application by using Ad hoc Testing. PROBLEM STATEMENT Consider an automated banking application. The user can dail the bank
AIM To design an automated banking application by using Ad hoc Testing. PROBLEM STATEMENT Consider an automated banking application. The user can dail the bank from a personal computer, provide a six-digit password and follow with a series of keyword commands that activate the banking function the software for the application accepts data in the following form. Area code Blank or three digit number prefix Three digit number, not beginning with 'O' or 'l' suffix Four digit number password Six character alphanumeric Commands "check status","deposit","withdraw" DESCRIPTION The testing with no proper test cases and planning is known as ad hoc testing. It is generally performed at the end of the project completion before submission. Here were are performing a type of ad hoc testing called pair testing where there are two testers as a pair while one is writing test cases, other will be performing the test. Test case scenario Test Input Expected Output Analysis case Area Code: Blank or 3-digit number. Prefix: 3-digit number, not beginning with 'O' or 'l'. Suffix:4-digit number. Password:6 character alphanumeric. Check status: Rule1: transactions shown should be 10 of previous performed transactions (mini statements). Deposit: for a normal undergraduate account, max deposit is 50000/- and min deposit is 1000/- Withdraw: minimum amount in the account should be 100 and max withdraw should not exceed 5000/- at a time minimum balance present is 10,000/
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started