Answered step by step
Verified Expert Solution
Question
1 Approved Answer
should submit the analysis as a word report and test case as an excel file Q1) Consider the following description of a bank account. a)
should submit the analysis as a word report and test case as an excel file
Q1) Consider the following description of a bank account. a) Bank account specifications i. When account is opened it must have a minimum deposit of $500. ii. The account owner can make as many deposits as he/she wants. iii. Withdrawals are restricted to four times a week. iv. The account owner must maintain a minimum balance of %10 of all previous deposits. For example, initial deposit is $500, and subsequent deposits are $100 and $300. The %10 of all previous deposits are $50, $10 and $30 and the total is $80. v. The account owner is charged %0.2 of all withdrawals less than $1000, %0.1 of withdrawals more than $ 1000 and less than $10000, and %0.05 of all withdrawals more than $10000. b) Develop boundary value analysis and the corresponding test cases using the following strategies i. Normal boundary analysis ii. Robust boundary analysis iii. Worst-case boundary analysis c) Develop equivalence classes and the corresponding test cases using the following strategies i. Normal equivalence partitioning ii. Weak normal equivalence partitioning iii. Strong normal equivalence partitioning iv. Weak robust normal equivalence partitioning v. Strong robust normal equivalence partitioning Q1) Consider the following description of a bank account. a) Bank account specifications i. When account is opened it must have a minimum deposit of $500. ii. The account owner can make as many deposits as he/she wants. iii. Withdrawals are restricted to four times a week. iv. The account owner must maintain a minimum balance of %10 of all previous deposits. For example, initial deposit is $500, and subsequent deposits are $100 and $300. The %10 of all previous deposits are $50, $10 and $30 and the total is $80. v. The account owner is charged %0.2 of all withdrawals less than $1000, %0.1 of withdrawals more than $ 1000 and less than $10000, and %0.05 of all withdrawals more than $10000. b) Develop boundary value analysis and the corresponding test cases using the following strategies i. Normal boundary analysis ii. Robust boundary analysis iii. Worst-case boundary analysis c) Develop equivalence classes and the corresponding test cases using the following strategies i. Normal equivalence partitioning ii. Weak normal equivalence partitioning iii. Strong normal equivalence partitioning iv. Weak robust normal equivalence partitioning v. Strong robust normal equivalence partitioningStep 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