Develop the minimum set of test cases needed to adequately test all actions and
ID: 3882854 • Letter: D
Question
Develop the minimum set of test cases needed to adequately test all actions and boundary values. List all inputs and expected outputs using the test case table depicted in the previous HW 1 solution. Only show essential inputs and outputs - do not show intermediate values in your test case tables. Develop the test needed for all partitions with two test cases per partition. Assume that currency is truncated to the cent. State any assumptions made, but do not change the function of the problem. Values shown must have thousands separators and reflect the units being depicted. Significance shown must reflect the units being depicted. Maverick Financial Planner (Question 1) has acquired a huge customer base, and around 20% of its total customers have achieved the Prime status. In order to better recognize their prime customers, they have now decided to replace the previous recognition ("Prime") with a new recognition scheme: "Silver" status for customers with portfolio amount after dividends and fees greater than or equal to $150,000.00: "Gold" for customers with portfolio amount after dividends and fees greater than or equal to S200,000.00: and "Platinum" for customers with portfolio amount after dividends and fees greater than or equal to $250,000.00. Provide only those test cases that must be added to your solution of Question 1, to test these new rules. Use the same inputs and expected outputs as problem 1 Convert the first three problems above into decision tables. Divide this problem into parts a) b) and c) for problem 1, 2 and 3 respectively. For each, provide 1. the decision table 2. the number of test cases required (do not supply the specific test cases) 3. does this number agree with the number of tests developed above? Yes or No. If no, why not?Explanation / Answer
1-Name text box which allows 1-30 characters. So in this case writing test cases by entering each character once will be very difficult so then will choose boundary value analysis.
So in this case at max 5 test cases will come:
Test case1: minimum -1 character: Validating not entering anything in text box
Test case2: minimum +1 character: Validating with only one char
Test case3: maximum -1 character: Validating with 29 chars
Test case4: minimum +1 character: Validating with 31 characters
Test case1: any one middle number: validating with 15 chars
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.