Wiki Home

Coverage Testing

(Updated: 1999.07.05 02:45:21 PM)
Namespace: SoftwareEng

A place to discuss coverage testing in VFP.
Coverage testing is testing that ensures all lines of code are exercised at least once. (Source: Object Testing Patterns)
The VFP Coverage Profiler is an excellent tool for this.
Category Testing