Reputation: 31754
How do you test Swing applications? For the code, I have written Unit test cases and hence I am sure that it will work well (If it doesn't, then my test cases were not adequate). But how do you test for applications with UI. It might not appear well or functionality is vague or something.
In the last application I built, I tested the UI and it worked well; Only later did I tweaked a little code, hence disturbing the modal and the UI which got unnoticed and blew up with client. I know its a bit vague, but pretty sure people would have different techniques to test UI applications
Upvotes: 4
Views: 829