Black-box and white-box testing method ale often used in software testing phase, in which, the white-box is mainly used to test software's (73) .
A: external function of a program
B: reasonableness of structure
C: internal logic of a program
D: correctness of a program
A: external function of a program
B: reasonableness of structure
C: internal logic of a program
D: correctness of a program
举一反三
- Black-box and white-box testing method ale often used in software testing phase, in which, the white-box is mainly used to test software's (73) . A: external function of a program B: reasonableness of structure C: internal logic of a program D: correctness of a program
- In software development, ________ just requires the testers to examine the functionality without any knowledge of the internal implementation. A: black box testing B: white box testing C: system testing D: unit testing
- Gray-box testing is to merge black-box testing and white-box testing. A: 正确 B: 错误
- 中国大学MOOC: Gray-box testing is to merge black-box testing and white-box testing.
- Demonstrating correctness of a program is the same as testing a program.