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