xref: /netbsd-src/external/bsd/kyua-testers/dist/README (revision 754f425fc237c181450c91977727274098801c74)
1*754f425fSjmmvKyua (pronounced Q.A.) is a testing framework for both developers and
2*754f425fSjmmvusers.  Kyua is different from most other testing frameworks in that it
3*754f425fSjmmvputs the end user experience before anything else.  There are multiple
4*754f425fSjmmvreasons for users to run the tests themselves, and Kyua ensures that
5*754f425fSjmmvthey can do so in the most convenient way.
6*754f425fSjmmv
7*754f425fSjmmvThis module, kyua-testers, provides scriptable interfaces to interact
8*754f425fSjmmvwith test programs of various kinds.  The interface of such testers
9*754f425fSjmmvallows the caller to execute a single test case of a single test program
10*754f425fSjmmvin a controlled and homogeneous manner.
11*754f425fSjmmv
12*754f425fSjmmvFor further information on the contents of this distribution file,
13*754f425fSjmmvplease refer to the following other documents:
14*754f425fSjmmv
15*754f425fSjmmv* AUTHORS: List of authors and contributors to this project.
16*754f425fSjmmv* COPYING: License information.
17*754f425fSjmmv* INSTALL: Compilation and installation instructions.
18*754f425fSjmmv* NEWS: List of major changes between formal releases.
19*754f425fSjmmv
20*754f425fSjmmvFor general project information, please visit:
21*754f425fSjmmv
22*754f425fSjmmv    http://code.google.com/p/kyua/
23