Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment I: Identifying Test cases using Boundary value analysis and Equivalence partitioning Objective: To identify and document test cases for a given functionality, using Boundary

image text in transcribed
image text in transcribed
Assignment I: Identifying Test cases using Boundary value analysis and Equivalence partitioning Objective: To identify and document test cases for a given functionality, using Boundary value Analysis and Equivalence partitioning technique. Q1. Problem Description: Consider the function below whose functionality is described in its documentation. *Method: computeInterestRate Description: Given the term of the deposit, computes and returns *the interest rate. Both the parameters iNumberOfYears and iNumberOfMonths together form the term Criteria for Interest: Less than 3 months 1% 3 months to 5 months 3.5% 6 months to 11 months 4.5% 1 year to 1 year, 11 months 5.0% 2 years and above 5.5% * PARAMETERS: int iNumberOfYears Number of years int iNumberOfMonths Number of months (if less than year) Can have values 1-11 only RETURNS: A case of error eeseteste ste e te steeste e see ste e eee seee e le le te tete ste ste ste sle e te ste te ste te sle ppropriate Rate of Interest.-1.0 in float computeInterestRate (int iNumberOfYears, int iNumberOfMonths)

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 Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions

Question

Describe how to train managers to coach employees. page 404

Answered: 1 week ago

Question

Discuss the steps in the development planning process. page 381

Answered: 1 week ago