Initial Tests

(You need TestMaker (www.pushtotest.com) to use this scripts.

This funtionality is now present in TestMaker....
When I coded it it wasn't.

gen-test.pl
  This program will create the python script from a test file,
  see "prueba.txt" for a short example. By default, the generated
  script will output to /tmp/log.txt.

plot_results.pl
  This program will display a graphic by reading a file with a
  format similar to the one that is generated by the scripts
  that are generated with the gen-test program.

prueba.txt
  This is a small test file that you can use as input for
  the gen-test program.

test.xml
  This is what we would like tests to look like in the future,
  because this is the Carlos Sanabria's way.

Usage Example:

1) Write a text file with the tests you want to perform.

2) Run the gen-test program, and generate a python script.

3) Run the python script from TestMaker. Remember that the
   file /tmp/log.txt will be overwritten.

4) Use the plot_results program to display the results. If
   you edit this perl script, you can print the resulting
   images to a file.

5) Send bug fixes, patches, and suggestions to Nelson.


Nelson Castillo
arhuaco@yahoo.com
