7n test cases are generated in which case of Boundary value analysis?

Options
- Worst case
- Roust worst case
- Critical fault assumption
- None of these


CORRECT ANSWER : Roust worst case

Discussion Board
Roust worst case

Answer: Roust worst case

Solution: Worst case Testing: It is an extension of boundary value analysis in which we assume 5 tuples set (min, min+
, nom, max-, max) of input values.

Robust worst case: It is an extension of BVA in which we generate the test cases by selecting the Cartesian product of the 7-tuple set

Critical Fault Assumption: It is also known as the single fault assumption in which it assumes that failures occurs when simultaneous two or more faults occurs.
Therefore, robust worst case is a correct answer.


Rohit Srivastava 07-28-2014 03:32 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