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 |
Can you please tell me what to test in a web based application? And i need to do usability testing and functionality testing for the same (web based application. So please tell me how and what to check the functionality and usability of the web based application?
Login page contains, Username , Password ,OK Button and CANCEL Button.If i click on OK button,cancel functionality is working and if i click on CANCEL Button,OK Functionality is working.In this case what is the level of priority (HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)? Give the reason ,explain clearly?
5)which of the following is not the characteristics of well written Bug report? A)It describes a real defect in the product B)It describes the symptoms of the problem in terms of the behaviour of the system C)It contain a step by step procedure for reproducing the problem D)None
What is the difference between action & script ?
When you found a bug and reports it to the developer but the developer is least bothered and he does not accept that bug what will u do?
I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
anyone can explain about Sanity testing and smoke testing and who will involved on sanity and smoke testing
how to get top two salaries from employee tables
What r the features,u take care in prototype testing?
which scripting language is used to write scripts for testdirector?only testing team can use testdirector?or other people like working on oracle(accounts) can also use this? pls answer Thanks in Advance
what is the impact analysis?
Expalin about metrics Management?