Chris Johnson, Index
Dynamic Testing - Process Issues
- Functional testing:
- test cases examine functionality;
- see comments on verification.
- Structural testing:
- knowledge of design guides tests;
- interaction between modules...
- test every branch (coverage)?
- Random testing:
- choose from possible input space;
- or beyond the "possible"...