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

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 14:00
Given the resulting p-values, would you reject or fail to reject the null hypotheses (assuming a 0.05 significance level)? what does your decision mean in the context of this problem? would you proceed with changing the design of the arrow, or would you keep the original design?
Answers: 2
question
Computers and Technology, 21.06.2019 21:30
What elements related to the release and success of the nes console do you see in modern console releases? what elements are no longer relevant to modern console gaming?
Answers: 3
question
Computers and Technology, 21.06.2019 23:30
4.11 painting a wall (1) prompt the user to input integers for a wall's height and width. calculate and output the wall's area (integer). note that in this case there is a new line after each prompt. (submit for 1 point). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet (2) extend to also calculate and output the amount of paint in gallons needed to paint the wall (floating point). assume a gallon of paint covers 350 square feet. store this value in a variable. output the amount of paint needed using the %f conversion specifier. (submit for 2 points, so 3 points total). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet paint needed: 0.471429 gallons (3) extend to also calculate and output the number of 1 gallon cans needed to paint the wall. hint: use a math function to round up to the nearest gallon. (submit for 2 points, so 5 points total). enter wall height (feet): 11 enter wall width (feet): 15 wall area: 165 square feet paint needed: 0.471429 gallons
Answers: 3
question
Computers and Technology, 22.06.2019 20:10
Assume the existence of a bankaccount class. define a derived class, savingsaccount that contains two instance variables: the first a double, named interestrate, and the second an integer named interesttype. the value of the interesttype variable can be 1 for simple interest and 2 for compound interest. there is also a constructor that accepts two parameters: a double that is used to initialize the interestrate variable, and a string that you may assume will contain either "simple", or "compound", and which should be used to initialize the interesttype variable appropriately. there should also be a pair of functions getinterestrate and getinteresttype that return the values of the corresponding data members (as double and int respectively).
Answers: 2
You know the right answer?
Consider a software system that computes income tax based on adjusted gross income (AGI) and number...
Questions
question
Mathematics, 18.04.2020 02:04
question
History, 18.04.2020 02:05
question
History, 18.04.2020 02:05