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 are the risks involved in testing ?
what are the parameters u apply for doing functional testing?
how do u do integration testing supose u ar in hotmail login page 2nd is mailing page how do u do integration testing for this kind
How do you arrive at the estimaton of efforts for a particular function, if you have not worked on that function testing before and do not have any past experience?
Hi Friends .. Ans me these questions only on sqt.qae@gmail.com q-1)when testing will be stopped? q-2)same application program will run on a standalone workstation and on connected workstations.Describe what additional testing is require when workstation are connected?
What is the role of tester in SDLC cycle ( in each phase )
sanity testing is done during regression testing.is it true.if it is true plz explain?
What is quality center?
when errors occurs in ur script wat will u do
What is code coverage?
What is middle ware testing?? what are the companies using this tech?
what is Independent Verification and Validation(IV&V)?