Answer the question
In order to leave comments, you need to log in
What design technique should be used?
There is such a problem, I understand that here it is necessary to use the "Design Test" - "Boundary Values" technique, how correct is this?
For example: the salary is 600 USD per month, the commission is
0%, over 2000 - 2%, over 3000 - 5%. What test design techniques
should be used to determine the minimum set of test cases
to test a given functionality, and what will those cases be?
I think the following values should be checked:
-1/0/1/599/600/601/1999/2000/2001/2999/3000/3001/max
But I don't quite understand how to arrange test cases.
Could you help me?
Answer the question
In order to leave comments, you need to log in
There is such a problem, I understand that here it is necessary to use the "Design Test" - "Boundary Values" technique, how correct is this?
I think the following values should be checked:
-1/0/1/599/600/601/1999/2000/2001/2999/3000/3001/max
if a < b < c:
do_something
else:
do_something
But I don’t quite understand how to draw up test cases.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question