AndreMiras / ema-lae

Automatically exported from code.google.com/p/ema-lae
0 stars 0 forks source link

Unit/Functional Testing the GUI #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be able to use automated testing for the UI.
I'm not too sure how that should be done though.
Any suggestions appreciated.
The business logic is already loosely coupled from the UI as we use Ntier 
architecture and MVC paradigm for the rich client.

I've heard UISpec4J library isn't bad for this task.

Original issue reported on code.google.com by andre.mi...@gmail.com on 26 Nov 2011 at 12:03

GoogleCodeExporter commented 9 years ago
We might want to take a look at java.awt.Robot
http://docs.oracle.com/javase/1.5.0/docs/guide/awt/1.3/enhancements.html#robot

Original comment by andre.mi...@gmail.com on 14 Dec 2011 at 4:44