2 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <meta xmlns=
"" http-equiv=
"Content-Type"
5 content=
"text/html; charset=iso-8859-1" />
6 <link xmlns=
"" rel=
"made"
7 href=
"mailto:atf-devel AT NetBSD DOT org" />
8 <link xmlns=
"" rel=
"stylesheet" type=
"text/css"
9 href=
"standalone.css" />
10 <title xmlns=
"">Basic information
</title>
13 <div xmlns=
"" class=
"header">
14 <p class=
"title">Basic information
</p>
15 <p class=
"author">By Julio Merino, The NetBSD Foundation
</p>
17 <div xmlns=
"" class=
"toc">
22 <a href=
"#introduction">Introduction
</a>
27 <a href=
"#docs">Other documents
</a>
32 <a href=
"#contributing">Contributing
</a>
37 <div xmlns=
"" class=
"contents">
39 <a name=
"introduction">Introduction
</a>
41 <p xml:
space=
"preserve">
42 The Automated Testing Framework (ATF) is a collection of libraries
43 and utilities designed to ease unattended application testing in
45 of developers and end users of a specific piece of software.
47 <p xml:
space=
"preserve">
48 As regards developers, ATF provides the necessary means to easily
49 create test suites composed of multiple test programs, which in
51 collection of test cases. It also attempts to simplify the
53 problems when these test cases detect an error by providing as much
54 information as possible about the failure.
56 <p xml:
space=
"preserve">
57 As regards users, it simplifies the process of running the test
58 suites and, in special, encourages end users to run them often:
60 need to have source trees around nor any other development tools
62 to be able to certify that a given piece of software works on their
67 <a name=
"docs">Other documents
</a>
71 <p xml:
space=
"preserve">
72 <tt class=
"filename">AUTHORS
</tt>: List of authors and
73 contributors for this project.
77 <p xml:
space=
"preserve">
78 <tt class=
"filename">COPYING
</tt>: License
83 <p xml:
space=
"preserve">
84 <tt class=
"filename">INSTALL
</tt>: Compilation and installation
85 instructions. These is not the standard document shipped with many
86 packages, so be sure to read it for things that are specific to
92 <p xml:
space=
"preserve">
93 <tt class=
"filename">NEWS
</tt>: List of major changes between
94 formal, published releases.
99 <a name=
"contributing">Contributing
</a>
101 <p xml:
space=
"preserve">
102 If you are planning to contribute code to the project, be
104 sure to read doc/hacking.txt first.