|
Functionality testing insures that all required functionality is implemented and that it works.
Limits testing insures that parameters have documented limits or ranges or acceptable values, values within valid ranges are properly accepted, values outside of valid ranges are rejected gracefully, and hard-coded limits test values are documented.
Precision and tolerance testing insures that precision and tolerance settings (resabs,
resnor,
resfit, and
resmch) are known and work properly within the program. Error generation testing insures that errors are properly detected and messages are properly output.
|