Hi,
I've got a question:
Are you working on a GUI app. or a console program?
If you are working on the GUI I would use some kind of
a listener on one of your components (button, textfield ect)
and make the
test there.
If your making a console program I'd do something like:
/Svend Rost