README
1 Automated Testing Framework (atf)
2 The NetBSD Foundation, Inc.
3 ---------------------------------------------------------------------------
4
5
6 Introduction
7 ============
8
9 The Automated Testing Framework (ATF) is a collection of libraries and
10 utilities designed to ease unattended application testing in the hands of
11 developers and end users of a specific piece of software.
12
13 As regards developers, ATF provides the necessary means to easily create
14 test suites composed of multiple test programs, which in turn are a
15 collection of test cases. It also attempts to simplify the debugging of
16 problems when these test cases detect an error by providing as much
17 information as possible about the failure.
18
19 As regards users, it simplifies the process of running the test suites and,
20 in special, encourages end users to run them often: they do not need to
21 have source trees around nor any other development tools installed to be
22 able to certify that a given piece of software works on their machine as
23 advertised.
24
25
26 Other documents
27 ===============
28
29 * AUTHORS: List of authors and contributors for this project.
30
31 * COPYING: License information.
32
33 * ChangeLog: Pointers to the code repository. No actual history is
34 provided here.
35
36 * INSTALL: Compilation and installation instructions. These is not the
37 standard document shipped with many packages, so be sure to read it for
38 things that are specific to ATF's build.
39
40 * NEWS: List of major changes between formal, published releases.
41
42 * ROADMAP: List of changes planned for future releases.
43
44
45 ---------------------------------------------------------------------------
46 End of document
47