What are the attributes of a good software test?
What will be an ideal response?
• Has a high probability of finding an error
• Not redundant
• Should be capable of uncovering a whole class of errors
• Should not be too simple or too complex
You might also like to view...
Which statement about operator overloading is false?
a. Operator overloading is the process of enabling C++'s operators to work with class objects. b. C++ overloads the addition operator (+) and the subtraction operator (-) to perform differently, depending on their context in integer, floating-point and pointer arithmetic with data of fundamental types. c. You can overload all C++ operators to be used with class objects. d. When you overload operators to be used with class objects, the compiler generates the appropriate code based on the types of the operands.
Answer the following statements true (T) or false (F)
1. To be useful, classes must be mutually inclusive. 2. Classification codes should be listed in manuals or posted so that users can locate them easily. 3. Only systems analysts need to know the cipher codes by heart. 4. One reason for revealing information through codes is to make the data entry more meaningful.
____________________ is a set of classes that consists of a window, buttons, data fields, and labels.
Fill in the blank(s) with the appropriate word(s).
A digital writing assistant in Word that flags misspellings, grammatical errors, and writing style issues.
What will be an ideal response?