Question: Which statement is NOT true about white box testing? Group of answer choices Path coverage testing can cover all basic blocks and conditions; it is

Which statement is NOT true about white box testing?
Group of answer choices
Path coverage testing can cover all basic blocks and conditions; it is likely to require fewer test cases than basic block coverage testing and decision coverage testing combined.
Code injection involves adding extra statements or instructions that modify what the original program does; it checks or logs additional information about the execution of the program under test.
Typical white box testing methods include code coverage, data coverage, and mutation testing.
Mutation testing is systematic and often used for checking the adequacy of test suites from other testing methods (e.g., statement coverage testing).
Next

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!