Software testing technique where test inputs are randomly generated and sent to the software to detect crashes or memory leaks is known as:
AFuzz Testing (Fuzzing)
BMutation Testing
CMonkey Testing
DRegression Testing
Explanation
Fuzz testing feeds invalid, unexpected, or random data into inputs to uncover security vulnerabilities and crashes.

No Comments