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 |
Tell me the advantage and disadvantage of cookies?
What factors do you consider while estimation test efforts?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
what is the good test case ? how can we tell this is good test case ? (test case characterstics)
What are the different types of integration testing?
What r the different types of testcase techniques?
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
HI FRNDS, I HAVE 2 YEARS OF EXP IN MANUAL TESTING,PLZ LET ME KNOW IF THR R ANY OPPURTUNITES IN ANY COMPANY..ID:snehalatha83@gmail.com THANKS IN ADVANCE
At what stage of the development cycle software errors are least costly to correct?
Can any one explain me about hybrid integration testing? and what is interface in integration testing? thanks in advance...... regards, MurthySharma.Manchella
wt is the diff. bet. verification and validation If possible explain with one example.