Exam ISTQB-CTFL Topic 1 Question 291 Discussion

Actual exam question for ISTQB's ISTQB-CTFL exam
Question #: 291
Topic #: 1
A financial institution is to implement a system that calculates the interest rates paid on investment accounts based on the sum invested.
You are responsible for testing the system and decide to use equivalence partitioning and boundary value analysis to design test cases. The requirements describe the following expectations:
Investment range| Interest rate
R500 to RIO 00010%
RIO 001 to R50 00011%
R50 001 to RlOOOOO12%
RIOOOOl to R500 000| 13%
What is the minimum number of test cases required to cover all valid equivalence partitions for calculating the interest?

Suggested Answer: B Vote an answer

Using equivalence partitioning, the investment ranges are divided into four partitions:
* R500 to R10,000 (10%)
* R10,001 to R50,000 (11%)
* R50,001 to R100,000 (12%)
* R100,001 to R500,000 (13%)
Thus, the minimum number of test cases required to cover all valid equivalence partitions for calculating the interest is 4.

by Meredith at Jul 13, 2026, 10:14 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10