Which testing cannot be performed by QA Team?

Options
- Equivalence Partitioning Testing
- End-to-end Testing
- Fuzz Testing
- Destructive Testing


CORRECT ANSWER : Fuzz Testing

Discussion Board
QA

Answer: Fuzz Testing

Solution: Equivalence Partitioning Testing: It is a test case design technique that is used to create test cases for the application. Performed by the QA Team.
End to End testing: End to end testing is similar to the system testing, involves complete testing of the application. It is performed by the QA team.
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. It is performed by the testing team.
Destructive Testing: It is a kind of performance testing that is used to evaluate the behavior of the application. Performed by the QA team.

Therefore, Fuzz testing is a correct answer.


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