Define Fuzz testing?
Answers were Sorted based on User's Feedback
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 |
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 |
what is Test Responsibility matrix?
Where you will upload and Map the Test cases into QC?
Want to write ISTQB foundation level exam on MAY. But not yet collect a proper book nor recent dumps.Please anyone can share with me recent dumps for 2011 syllabus.or any pdf.Please its a urgent request
Hi, Please tell how to write system test cases for between two modules. please ans real time expirience people... thanks in advance..
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
What is mean by testing Methodology?
10 Answers BlueShift Technology,
there is one website i.e google.com.but in our project displayed that goole.com then what is seviority and priority for this scenario
Name three types of tests that should NOT be automated.
What are the issues that u observed in the kick-off meeting?
what is the difference between test case and test scenerio.explain it with example?
what is difference between defect tracking and bugs tracking
can u give me the Test case step template and write one test case step (ex)please