Acme Bank is developing a Car Loan Calculator mobile app to help cus.docx

Acme Bank is developing a Car Loan Calculator mobile app to help customers determine the monthly payment on a car loan. The Car Loan Calculator has the following functional requirements:  FR-01: The calculator allows the user to enter values for the amount financed, the interest rate, and the term of the loan in years. FR-02: A valid entry for amount financed must be greater than or equal to $1,000 and less than or equal to $100,000.  FR-03: A valid entry for interest rate must be greater than or equal to 2.00% and less than or equal to 10.00%. FR-04: A valid entry for the loan term must be three, four, five, or six years.  FR-05: If all values entered are valid, the calculator computes and displays the monthly payment amount for the loan, based on the values entered by the user. The calculation uses the standard fixed-rate loan amortization formula and assumes that payments are made at the end of each month.  FR-06: If any value entered is not valid, the calculator displays an error message indicating the invalid entry and the allowable range of values for that entry.  FR-07: The calculator provides a link to the Acme Bank website. What are some test cases that would check whether the Car Loan Calculator satisfies these requirements? Describe a test case, including the steps to be performed, the expected results, and listing the requirement(s) being tested. .

Acme Bank is developing a Car Loan Calculator mobile app to
help customers determine the monthly payment on a car loan.
The Car Loan Calculator has the following functional
requirements:
FR-01: The calculator allows the user to enter values for the
amount financed, the interest rate, and the term of the loan in
years.
FR-02: A valid entry for amount financed must be greater than
or equal to $1,000 and less than or equal to $100,000.
FR-03: A valid entry for interest rate must be greater than or
equal to 2.00% and less than or equal to 10.00%.
FR-04: A valid entry for the loan term must be three, four, five,
or six years.
FR-05: If all values entered are valid, the calculator computes
and displays the monthly payment amount for the loan, based on
the values entered by the user. The calculation uses the standard
fixed-rate loan amortization formula and assumes that payments
are made at the end of each month.
FR-06: If any value entered is not valid, the calculator displays
an error message indicating the invalid entry and the allowable
range of values for that entry.
FR-07: The calculator provides a link to the Acme Bank
website.
What are some test cases that would check whether the Car
Loan Calculator satisfies these requirements? Describe a test
case, including the steps to be performed, the expected results,
and listing the requirement(s) being tested.

Más contenido relacionado

Similar a Acme Bank is developing a Car Loan Calculator mobile app to help cus.docx

Credit KarmaCredit Karma
Credit KarmatheBestCompanys.com
2.7K views15 Folien

Similar a Acme Bank is developing a Car Loan Calculator mobile app to help cus.docx(20)

Understanding And Managing CreditUnderstanding And Managing Credit
Understanding And Managing Credit
Tyler Squire2.6K views
Get the Credit You DeserveGet the Credit You Deserve
Get the Credit You Deserve
kyliehatch331 views
Credit Training PresentationCredit Training Presentation
Credit Training Presentation
guest7f7d4939 views
V Collector Debt RecoveryV Collector Debt Recovery
V Collector Debt Recovery
Richard Blewis222 views
Credit KarmaCredit Karma
Credit Karma
theBestCompanys.com2.7K views
Step to SuccessStep to Success
Step to Success
slamour13185 views
Credit Education/RestorationCredit Education/Restoration
Credit Education/Restoration
Mark Bustamonte780 views
Press release i apr_v1Press release i apr_v1
Press release i apr_v1
joe81105 views
Training Presentation Credit RestoTraining Presentation Credit Resto
Training Presentation Credit Resto
TwinLakesBrothers305 views
VR-Tech Marketing Group, LLC and UCESVR-Tech Marketing Group, LLC and UCES
VR-Tech Marketing Group, LLC and UCES
FES Financial Education Services FES1.1K views
Bobcat Ne tworth NetworkBobcat Ne tworth Network
Bobcat Ne tworth Network
bobcatnetwork491 views
Money Apps: A ReviewMoney Apps: A Review
Money Apps: A Review
milfamln710 views
TBC Commission presentationTBC Commission presentation
TBC Commission presentation
Jacob Shouse658 views
Equifax Score.pdfEquifax Score.pdf
Equifax Score.pdf
Shreya2923389 views

Más de stelzriedemarla(20)

Último(20)

Narration  ppt.pptxNarration  ppt.pptx
Narration ppt.pptx
TARIQ KHAN62 views
ICANNICANN
ICANN
RajaulKarim2057 views
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdf
Vanessa Camilleri68 views
Narration lesson plan.docxNarration lesson plan.docx
Narration lesson plan.docx
TARIQ KHAN90 views
Drama KS5 BreakdownDrama KS5 Breakdown
Drama KS5 Breakdown
WestHatch50 views
2022 CAPE Merit List 2023 2022 CAPE Merit List 2023
2022 CAPE Merit List 2023
Caribbean Examinations Council3K views
ACTIVITY BOOK key water sports.pptxACTIVITY BOOK key water sports.pptx
ACTIVITY BOOK key water sports.pptx
Mar Caston Palacio132 views
Industry4wrd.pptxIndustry4wrd.pptx
Industry4wrd.pptx
BC Chew153 views
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Debapriya Chakraborty221 views
Psychology KS4Psychology KS4
Psychology KS4
WestHatch52 views
STERILITY TEST.pptxSTERILITY TEST.pptx
STERILITY TEST.pptx
Anupkumar Sharma102 views
SIMPLE PRESENT TENSE_new.pptxSIMPLE PRESENT TENSE_new.pptx
SIMPLE PRESENT TENSE_new.pptx
nisrinamadani2146 views
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan142 views

Acme Bank is developing a Car Loan Calculator mobile app to help cus.docx

  • 1. Acme Bank is developing a Car Loan Calculator mobile app to help customers determine the monthly payment on a car loan. The Car Loan Calculator has the following functional requirements: FR-01: The calculator allows the user to enter values for the amount financed, the interest rate, and the term of the loan in years. FR-02: A valid entry for amount financed must be greater than or equal to $1,000 and less than or equal to $100,000. FR-03: A valid entry for interest rate must be greater than or equal to 2.00% and less than or equal to 10.00%. FR-04: A valid entry for the loan term must be three, four, five, or six years. FR-05: If all values entered are valid, the calculator computes and displays the monthly payment amount for the loan, based on the values entered by the user. The calculation uses the standard fixed-rate loan amortization formula and assumes that payments are made at the end of each month. FR-06: If any value entered is not valid, the calculator displays an error message indicating the invalid entry and the allowable range of values for that entry. FR-07: The calculator provides a link to the Acme Bank website. What are some test cases that would check whether the Car Loan Calculator satisfies these requirements? Describe a test case, including the steps to be performed, the expected results, and listing the requirement(s) being tested.