Release changes
Release 0.5
- Added JComboBox actions (still need recorder support).
- Added methods for documentation of ComponentTester actions (menus,
arguments, icons, etc.).
Release 0.4
- Allow top-level script to continue even if sub-sequences fail.
- Allow movement of individual script steps.
- Failures are now colorized to explicitly highlight failed steps.
- Event Stream recorder can parse more semantic events and eliminates
unneeded events.
- Added a cursor to the script editor table.
Release 0.3 (2002/04/07)
- Drag events are now captured in the Event Stream recorder.
- ESC now cancels any recording in progress.
- Added launch/terminate step for scripts so that scripts may be run
independently of junit test cases/suites. It's also a lot easier to start
from scratch now, no testsuite or testcase required.
Release 0.2 (2002/04/03)
- Allow regexp matches in string comparisons.
- Component references are now specific to the current script context.
- Added component hierarchy browser.
- A new simple GUI component test suite example (FontChooser).
- System.exit handling prevents an application under test from killing the
editor.
Release 0.1 (2002/03/22)
Release for preliminary interface feedback.