2
votes
4answers
439 views

Using only UI testing. Is that Ok?

I am a sole developer working with an offshore employer. I do realize the importance of unit testing (although haven't practiced before) but currently, the code hasn't ever been tested. The problem ...
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
273 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 ...