Valid 312-50v10 Dumps shared by ExamDiscuss.com for Helping Passing 312-50v10 Exam! ExamDiscuss.com now offer the newest 312-50v10 exam dumps, the ExamDiscuss.com 312-50v10 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 312-50v10 dumps with Test Engine here:
To determine if a software program properly handles a wide range of invalid input, a form of automated testing can be used to randomly generate invalid input in an attempt to crash the program. What term is commonly used when referring to this type of testing?
Correct Answer: A
Explanation 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. It is a form of random testing which has been used for testing hardware or software. References: https://en.wikipedia.org/wiki/Fuzz_testing