exam questions

Exam CTFL-2018 All Questions

View all questions & answers for the CTFL-2018 exam

Exam CTFL-2018 topic 1 question 46 discussion

Actual exam question from ISTQB's CTFL-2018
Question #: 46
Topic #: 1
[All CTFL-2018 Questions]

An airline’s frequent flyer’s club awards benefits depending on which tier a customer is in. The software must determine which tier to allocate a customer to based on an input value of total Credits Earned to date.

Customers initially join the Silver Tier and remain in that tier for the first 400 Credits Earned. The next 400 Credits Earned moves the customer into the Gold Tier. The next 600 Credits Earned moves the customer into the Platinum Tier. Further Credits Earned moves the customer into the Concierge Tier.

Test Cases have been written with the following total Credits Earned input values:

TC1 – 400 Credits -

TC2 – 500 Credits -

TC3 – 800 Credits -

TC4 – 1500 Credits -

Applying the Equivalence Partitioning test design technique, what percentage of valid Equivalence Partitions have these 4 test cases collectively achieved?

  • A. 25%
  • B. 50%
  • C. 75%
  • D. 100%
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rolandp
Highly Voted 1 year, 2 months ago
Selected Answer: C
Silver Tier: 0 to 400 Credits Earned (TC1 - 400) Gold Tier: 401 to 800 Credits Earned (TC2 - 500, TC3 - 800) Platinum Tier: 801 to 1400 Credits Earned Concierge Tier: 1401 and above Credits Earned (TC4 - 1500) only three partitions are covered by the test cases. So answer D is not correct. With TC3 or TC4 you cannot test the Platinum Tier. 3 / 4 -> 0,75 -> 75%
upvoted 5 times
...
47e6395
Most Recent 1 month, 1 week ago
You guys are wrong ! C is correct ! 1-400 | 401-800 | 801-1400 | <1400 400, {500,800} , 1500 = %75
upvoted 1 times
...
BRANNAS
1 year, 3 months ago
Selected Answer: D
It should be 100% In the given scenario, there are four valid equivalence partitions: Silver Tier: 0 to 400 Credits Earned Gold Tier: 401 to 800 Credits Earned Platinum Tier: 801 to 1400 Credits Earned Concierge Tier: 1401 and above Credits Earned As we can see, all four partitions are covered by the test cases. Therefore, the number of unique partitions covered is 4. To calculate the percentage, you divide the number of unique partitions covered by the total number of valid partitions and then multiply by 100: Percentage = (Number of Unique Partitions Covered / Total Number of Valid Partitions) * 100 = (4 / 4) * 100 = 100% So, in this specific case, the four test cases cover all the valid equivalence partitions, resulting in 100% coverage. This means that 100% of the valid equivalence partitions have been achieved by these four test cases.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...