Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CSE 464: Software Quality Assurance and Testing Lecture Review Activity 2 - Equivalent Partitioning 10 Pts Name:.. Adjusted Gross Income Problem: Consider a software system

image text in transcribed

CSE 464: Software Quality Assurance and Testing Lecture Review Activity 2 - Equivalent Partitioning 10 Pts Name:.. Adjusted Gross Income Problem: Consider a software system that computes income tax based on adjusted gross income (AGI) and number of dependents according to the following rules If AGI is between 25000 and 50000 and number of dependents less than 3, the tax due is 22% of AGI, otherwise, the tax rate is 20% If AGI is between 50001 and 100000 and number of dependents less than 3, the tax due is 27% of AGI, otherwise, the tax rate is 25% If AGI is between 100001 and 1 million and number of dependents less than 3, the tax due is 36% of AGI, otherwise, the tax rate is 33% This software doesn't 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 partitioning a) Identify equivalent classes for income and number of dependents

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David Kroenke

11th Edition

0132302675, 9780132302678

More Books

Students also viewed these Databases questions