1
vote
1answer
148 views

Separating model from UI

I have a Swing application with a custom TreeModel that can refer to domain instances. I'm wondering what changes I could make if I consider moving to a web interface later on. Would a pluggable model ...
7
votes
3answers
1k views

How could I make automatic tests for GUI?

How can I check automatically what is seen and what not? Or at least, how can I organize some partly automatic tests? IDE: Eclipse (could use also IntelliJ Idea if necessary) Testing tool: Junit ...
4
votes
3answers
270 views

Is there a tool to test Java UI?

Is there a tool to configure in a way that it locates buttons, clicks them, detects windows, reads text labels, determines if UI elements are checked/selected etc for Java? The tool need not be ...