apply a more general fix than the last. whitespace.
[pkgsrcv2.git] / x11 / xscript / DESCR
1   xscript is a program which sits between an X client and an
2 X server, monitors the events flowing from the server to
3 the client, and records events in a script file.  Xscript can
4 also play back events from a script file to a client.
5
6   xscript is useful as part of a regression test system, as it
7 can automate the playing of fixed sequences of operations into
8 an application program based on X.  xscript can detect
9 application-program failures during playback.  To do so, it
10 detects the failure of windows to appear as necessary for
11 playback, and reports errors when windows do not appear within
12 one second of when they are expected.  A failure of a window to
13 appear is symptomatic of several classes of application failures,
14 including failure of a popup to appear and an application crash.
15
16   Please note that xscript was written for X11R5 and therefore
17 has problems with some X11R6 programs!
18
19   xscript is based on James L. Peterson's xscope program.