subject

Consider a software system that computes income tax based on adjusted gross income (AGI) and number of dependents according to following rules If AGI is between 25000 and 50000 and number of dependents less than 3 tax due is 22% of AGI otherwise, tax rate is 20%
If AGI is between 50001 and 100000 and number of dependents less than 3 tax due is 27% of AGI otherwise tax rate is 25%
If AGI is between 100001 and 1 million and number of dependents less than 3 tax is 36 % of AGI, otherwise tax rate is 33%
This software does not calculate tax for people over 1 million and tax will not be deducted for families with AGI less than 25000. Suppose you need to test this application using equivalent partitions.
a) Identify equivalent classes for income and number of dependents
b) Develop test cases for weak normal equivalent partition testing?
c) Draw a graph that shows strong normal and strong robust test cases (like the one discussed during the lecture).
d) How many test cases are needed if you were to use strong normal?
e) How many test cases are needed if you were to use strong robust

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 18:30, dnjames01
Given the following code: if (n == 2) { k -= 2; } else if (n == 3) { k -= 3; } can be rewritten as: if (< condition > ) { < assignment statement > ; } assume that evaluating < condition > does not change the values stored in n and k. which of the following could be used as < assignment statement > ? k -= n; k -= 1; k -= 2; k += n; k = n - k;
Answers: 2
image
Computers and Technology, 22.06.2019 06:00, isalita
Pthe price of tickets in a group when a purchased in bulk can be found with the equation c=px+24 were c is the cost, p is the number of people, and x is the price per ticket. what is price of of each ticket if it costs $189 to buy tickets for 15 people ? a $8 b $24c $9d $11 show work
Answers: 1
image
Computers and Technology, 22.06.2019 16:30, buky0910p6db44
Corey set up his presentation for delivery to his team. the information he had to convey was critical to their job performance. he knew he would need a lot of time to explain each point
Answers: 3
image
Computers and Technology, 22.06.2019 16:30, sayedaly2096
What type of file does a cookie place on web site visitors' computers so that web site managers can customize their sites to their visitors' preferences?
Answers: 1
You know the right answer?
Consider a software system that computes income tax based on adjusted gross income (AGI) and number...

Questions in other subjects:

Konu
Biology, 20.11.2020 18:40
Konu
Mathematics, 20.11.2020 18:40
Konu
Mathematics, 20.11.2020 18:40
Konu
Arts, 20.11.2020 18:40
Konu
Mathematics, 20.11.2020 18:40