Which testing enables the tester to evaluate software behavior when exceptions occur?

Options
- Fault injection Testing
- Fuzz Testing
- Active Testing
- Passive Testing


CORRECT ANSWER : Fault injection Testing

Discussion Board
Fault injection testing

Answer: Fault injection testing.

Solution: Fuzz Testing: Fuzz testing is a Data Driven testing that is used to test the application by using invalid or random data as input value for the application.
Active Testing: Active testing is used to evaluate the result of execution by using test data values.

Passive Testing: Passive testing is used to analyze the result of the application without using any test data value.
Fault injection testing: It is performed by QA team for analyzing the system behavior when any exception is occurring.

Therefore, Fault injection testing is correct answer.


Rohit Srivastava 07-28-2014 02:44 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