JAutomate

JAutomate is a tool for automated GUI regression testing implemented in Java. The test automation tool may actually visually see where to move the mouse pointer, just like a manual tester.
JAutomate finds the button to click or menu item to select by searching for an image visible on the screen using image recognition technology. Moving the mouse position to that image before triggering a mouse or keyboard event.
All applications that have a user interface can be automated using this technique. The drawback is that it may not be used for data driven validation since it can only compare the expected result against an image.
Test execution
Test suites can be recorded and run from within the JAutomate editor. Tests may also be run separately as a batch process or exported and executed using FitNesse.
 
< Prev   Next >