(Choose 1 answer)
Which is statement false?
A. Manually created tests can use randomly selected inputs to maximize defect finding.
B. Code coverage includes statement coverage, ensuring all code statements are executed at least once by at least one test case and all tests pass.
C. Program testing helps find defects, but testing can not prove there are no bugs.
D. The developer of the code is the best person to test that code.
Wish
Q: 45