During user acceptance testing of an application, it is discovered that when entering order amounts in at least three cases the application crashed when the user hits submit. In all three cases, it cannot be determined exactly what type of mistyping caused the crash. Which tool could be used to reproduce this crash?
A. online fuzzer
B. black box
C. protocol analyzer
D. ping sweeper
A
Explanation: Fuzzers are used to introduce errors to an application to determine if the application handles the errors properly. In this case, it could determine which character sequences are causing the crash.
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a task pane in Excel 2013 used to format a chart?
A) Format Chart Area B) Format Data Series C) Format Plot Area D) Format Titles and Axes
Computer Science & Information Technology
All type parameters defined in a function template must appear at least once in the
a. function parameter list b. preprocessor directives c. function call d. type.h file e. None of these
Computer Science & Information Technology