Files
unison/doc/testing/overview.texi
2009-09-23 08:37:09 -07:00

24 lines
935 B
Plaintext

@c ========================================================================
@c Overview
@c ========================================================================
@node Overview
@chapter Overview
This document is concerned with the testing and validation of @command{ns-3}
software.
This document provides
@itemize @bullet
@item background about terminology and software testing (Chapter 2);
@item a description of the ns-3 testing framework (Chapter 3);
@item a guide to model developers or new model contributors for how to write tests (Chapter 4);
@item validation and verification results reported to date (Chapters 5-onward).
@end itemize
In brief, the first three chapters should be read by ns developers and
contributors who need to understand how to contribute test code and
validated programs, and
the remainder of the document provides space for people to report on what
aspects of selected models have been validated.