Question: Generate test cases using Boundary Analysis for the following example: Consider an example program where we consider Pay having a valid range of inputs as
Generate test cases using Boundary Analysis for the following example:
Consider an example program where we consider "Pay" having a valid range of inputs as 12000 to 35000. Amount of Tax is calculated by the program with following assumptions:
1) Pay up to a sum 15000 Tax Value is Zero 2) Pay from 15001 to 25000 Tax value is 18 % of Pay 3) Pay above 25000 Tax value is 20% of Pay
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
