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

What is the initial stage of testing?

3 Answers  


what are the ways to crash an application when it is unter testing?

3 Answers   Keane India Ltd,


can any one tell me wat is dependent and independent scripting?

0 Answers   Cap Gemini,


hi this is sunitha yagnamurthy ...what r the certification in testing and hoe to apply that certificaation and what r the topics we will studying in testing...... please anybody explain that process

3 Answers  


You are the test manager starting on system testing. The development team says that due to a change in the requirements, they will be able to deliver the system for SQA 5 days past the deadline. You cannot change the resources (work hours, days, or test tools). What steps will you take to be able to finish the testing in time?

3 Answers   HCL,






hi there… can any1 tel me small testing companies in bangalore to work…I hav learnt testing basics at home..I want to experience d job…watever may b d salary i dont bother..I just want to gain knowledge thanx in advance…

1 Answers  


Which model should we use and under what scenarios?

0 Answers  


what are the parameters use to write the test plan document?

3 Answers   Cap Gemini,


What is black box testing, and what are the various techniques?

0 Answers  


Can anybody help me by sharing some knowledge on software testing life cycle, how testing process done under UT,IT,ST,PT,UAT.?please explai me briefly regarding this. Best Regards, Keerthana.

1 Answers  


In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.

8 Answers   Satyam,


what is testing techniques,testing methodology,test packs,how are they differentiated?

3 Answers   Gijima,


Categories