Question: Generate a set of functional tests for a moderate-size program. Evaluate your test coverage in one of two ways: have someone else independently identify bugs
Generate a set of functional tests for a moderate-size program. Evaluate your test coverage in one of two ways: have someone else independently identify bugs and see how many of those bugs your tests catch (and how many tests they catch that were not found by the human inspector); or inject bugs into the code and see how many of those are caught by your tests.
Step by Step Solution
3.32 Rating (152 Votes )
There are 3 Steps involved in it
To generate a set of functional tests for a moderatesize program and evaluate test coverage follow these steps 1 Identify Functional Requirements Unde... View full answer
Get step-by-step solutions from verified subject matter experts
