Static testing is performed without executing the code. It includes techniques like reviews, inspections, walkthroughs, and desk checking. Static analysis tools can compute metrics like cyclomatic complexity. Option A is false because static testing does NOT require running tests through code - that would be dynamic testing.