Which of the following automated or semi-automated software testing techniques relies on inputting large amounts of random data to detect coding errors or application loopholes?

A. Fuzzing
B. Black box
C. Fault injection
D. SQL injection


Answer: A. Fuzzing

Computer Science & Information Technology

You might also like to view...

What mistake prevents the following class declaration from functioning properly as an abstract class?

class Shape { public: virtual double print() const; double area() const {return base * height;} private: double base; double height; }; a. There are no pure virtual functions. b. There is a non-virtual function. c. private variables are being accessed by a public function. d. Nothing, it functions fine as an abstract class.

Computer Science & Information Technology

Kerberos uses symmetric-key ____ to verify the identity of a client to a server and a server to a client.

A. cryptology B. synchronization C. authentication D. masking

Computer Science & Information Technology

The formatting Word uses to show a document's revisions visually is termed ________

A) balloon B) comment C) markup D) strikeout

Computer Science & Information Technology

If a folder is moved to a different location of the same volume, the folder inherits permissions of the parent folder to which it was copied

Indicate whether the statement is true or false

Computer Science & Information Technology