Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

ISTQB Exam ISTQB-Agile-Public Topic 1 Question 8 Discussion

Actual exam question for ISTQB's ISTQB Agile Public Sector Exam exam
Question #: 8
Topic #: 1
[All ISTQB Agile Public Sector Exam Questions]

User Story: As a user I want to be able to calculate tax percentage based on amount of income.

What is the best black box test design technique for verifying the accuracy of this user story?

SELECT ONE OPTION

Show Suggested Answer Hide Answer
Suggested Answer: B

Equivalence partitioning is a black box test design technique suitable for verifying the accuracy of user stories like the one described. It involves dividing input data of a software unit into partitions of equivalent data from which test cases can be derived. For a user story involving tax percentage calculation based on income, Equivalence Partitioning allows the creation of test cases for different income ranges (low, medium, high) to ensure that the system accurately calculates tax percentages for each partition, thus covering various scenarios within the application's functionality.


Contribute your Thoughts:

Lashon
8 days ago
Woah, state transition testing? That sounds a bit overkill for a simple tax calculation feature. I'd stick with the more straightforward approaches like equivalence partitioning or user story testing.
upvoted 0 times
...
Johna
10 days ago
Hmm, statement testing could work, but I'm not sure it's the *best* approach here. I think state transition testing might be more comprehensive, testing all the possible states of the income entry process.
upvoted 0 times
...
Patria
11 days ago
I don't know, you guys. I'm leaning more towards statement testing. We should make sure all the individual statements in the income calculation are working correctly. That feels like a solid approach to me.
upvoted 0 times
...
Princess
12 days ago
I kind of agree with Hayley. User story testing seems more aligned with the actual requirement. Plus, it's more user-centric, which is important for a feature like this.
upvoted 0 times
...
Hayley
14 days ago
I'm not so sure about that. I think user story testing might be a better fit here. We need to verify that the user can actually perform the key task of entering an income amount and getting the result.
upvoted 0 times
...
Asha
15 days ago
Hmm, this question is interesting. I think the best approach here would be equivalence partitioning. Testing with low, medium, and high income levels should cover the key scenarios and ensure the accuracy of the tax calculation.
upvoted 0 times
...

Save Cancel