First page Back Continue Last page Overview Graphics
Correctness and testing
Testing strategy is as follows:
- Unit testing in the C++ code library.
- Glish-level integration testing:
- against simulated data (truth).
- against previous results (regression testing)
- against other packages (e.g. AIPS or MIRIAD)
- using designated test data
- interactive testing by user groups and test utilities
Notes: