What is equivalence partitioning as it applies to software testing?
What will be an ideal response?
A black-box testing technique in which the input domain is divided into classes of equivalent data items. Test cases are derived from combinations of elements from each equivalence class. Exhaustive testing of all input domain values is not necessary.
You might also like to view...
Which of the following is false?
a. Since BigInteger is not a primitive type, we can’t use the arithmetic, relational and equality operators with BigIntegers. b. BigInteger method compareTo compares the BigInteger number that calls the method to the method’s BigInteger argument, and returns -1 if the BigInteger that calls the method is less than the argument, 0 if they’re equal or 1 if the BigInteger that calls the method is greater than the argument. c. The value 1 can be implicitly converted to a BigInteger. d. BigInteger can represent integer values larger than what primitive type long can represent.
What does the # symbol indicate in the following command: #yy?
A. It indicates that the command must be executed starting at the root. B. It represents the number of times to repeat the command automatically. C. It represents the number of lines you want to yank. D. It indicates that the editor should save and close upon command completion.
If you have a(n) ____ sound, it may continue to play even after all of the frames in the Timeline have finished playing.
A. event B. stream C. action D. index
What type of design does the following activities belong to; UML, Wireframes, and prototypes?
A. Object Oriented B. Static C. Dynamic D. Secure