Which testing technique would be most effective in determining and improving the maintainability of the code (assuming developers fix what is found)?
選択肢
A.Peer reviews
B.Static analysis✓
C.Dynamic testing
D.Unit testing
正解
B: Static analysis
選択肢
正解
B: Static analysis
What is the test basis?
#41When the tester verifies the test basis while designing tests early in the lifecycle, which common test objective is being achieved?
#42When following the fundamental test process, when should the test control activity take place?
#43Which of the following is a correct statement?
#44Which of the following is an example of debugging?