What is a code coverage test?
It tests components coming together
It tests against the product specifications.
It tests a small piece of functionality, usually at the class method level.
It tests how well your code is tested.
Submit