Which of the following is not a black-box testing technique?

Options
- Fault injection
- Exploratory testing
- Model based testing
- Requirements testing


CORRECT ANSWER : Fault injection

Discussion Board
Fault injection

Answer: Fault injection
Solution: Fault injection: It is a white box technique that is used by the developer to check or verify the code by inserting some wrong value in code.
Exploratory testing, model based testing and requirement testing is black box testing techniques that are used to test the system or program.
Therefore, fault injection is not a black box testing.


Rohit Srivastava 07-23-2014 01:46 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