DIHCI Detailed Solution A8
DIHCI Detailed Solution A8
5. White-box testing refers to designing test cases using knowledge of internal structure of the
software.
a. True
b. False
Answer: a. True
Detailed Solution: From week 8 lecture 2
6. What are the two common methods for review-based testing? (Choose all that apply)
a. Code inspection
b. Code walkthrough
c. Unit testing
Answer: a and b.
Detailed Solution: From week 8 lecture 2
7. Code walkthrough allows to quickly identify logical errors
a. True
b. False
Answer: a. True
Detailed Solution: From week 8 lecture 3
8. Uninitialized variable is one of the common errors in programming that can be identified
through code inspection
a. True
b. False
Answer: a. True
Detailed Solution: From week 8 lecture 3
10. Test suite is a set of all test cases with which a given software is to be tested.
a. True
b. False
Answer: a. True
Detailed Solution: From week 8 lecture 2