Define Fuzz testing?

Answers were Sorted based on User's Feedback



Define Fuzz testing?..

Answer / guest

Hai...

Fuzz testing: Robustness Testing or Negative Testing is a
software testing technique that provides random data
("fuzz") to the inputs of a program. If the program fails
(for example, by crashing, or by failing built-in code
assertions), the defects can be noted.

almost all fuzz testing makes a record of the data it
manufactures, usually before applying it to the software,
so that if the computer fails dramatically, the test data
is preserved. If the fuzz stream is pseudo-random number
generated it may be easier to store the seed value to
reproduce the fuzz attempt.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    3 Yes 0 No

Define Fuzz testing?..

Answer / mfsi_krushnas

Fuzz testing or fuzzing is a software testing technique,
often automated or semi-automated, that involves providing
invalid, unexpected, or random data to the inputs of a
computer program. The program is then monitored for
exceptions such as crashes, or failing built-in code
assertions or for finding potential memory leaks. Fuzzing is
commonly used to test for security problems in software or
computer systems.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

How many days need to test one module?If any one know the answer please tell me?

2 Answers  


What is web architecture that is followed while doing online project and tell the samples of architecture?

0 Answers  


Describe the basic elements that you put in defect report?

4 Answers  


testing is a process or methodology,diff between methodology and process?

6 Answers   BirlaSoft, Cap Gemini,


Can anybody send me sample test case for GUI testing for a web page? for eg Homepage

1 Answers  






What is the difference between a bug, a defect and an error?

0 Answers  


why tester using database?

2 Answers   Logica CMG,


How can we test the maximum number of search results a Search Engine (like google) should produce?

0 Answers   Hewitt,


Is Software Testing categorized as a technical or Non-technical job???

6 Answers  


what are known issues? Explain

2 Answers  


What do u mean by Top down approach and Bottom up approach? How will u implement these in u r project ?

7 Answers  


What is Bug leak or Defect leak ?

2 Answers  


Categories