Boundary value testing,

Options
- is the same as Equivalence partitionining tests
- tests boundary conditions on, above and below the edges of input and output equivalence classes
- tests combinations of input cirumstances
- is used in white box testing strategy


CORRECT ANSWER : tests boundary conditions on, above and below the edges of input and output equivalence classes

Discussion Board
Software Testing

Answer: tests boundary conditions on, above and below the edges of input and output equivalence classes
Solution: Boundary Value Testing: Boundary value testing is a black box testing technique that is used to create the test cases by using boundary values. It is used to test the boundary condition by taking the minimum and maximum value of each equivalence classes.
Therefore, option B is a correct answer.


Rohit Srivastava 07-28-2014 06:17 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement