Which is not Data Driven testing?

Options
- Fuzz testing
- Ramp testing
- Negative testing
- Retesting


CORRECT ANSWER : Ramp testing

Discussion Board
data driven testing

Answer: Ramp 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.
Ramp Testing: Ramp testing is a kind of performance testing that is used to evaluate the performance of application by inserting multiple input values continuously.
Negative Testing: Negative testing is used to evaluate the system by inserting invalid input values. It is a data driven testing.
Retesting: Retesting is also known as confirmation testing. It is performed by the tester to verify the defect or bug has been successfully removed.
Therefore, Ramp testing is not data driven testing.


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