Files
unison/doc/testing/overview.texi

24 lines
935 B
Plaintext
Raw Normal View History

2009-09-12 19:44:17 -07:00
@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
2009-09-23 08:37:09 -07:00
@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).
2009-09-12 19:44:17 -07:00
@end itemize
2009-09-23 08:37:09 -07:00
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.