What are the two important objectives when adding testing code to a project?
a. Use normal design criteria to embed test code directly into units
b. Ensure test-related code is isolated
c. Prevent test code from being compiled into production code
d. Run integration tests on the final release to ensure test code is present