The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Developing Swing Components Using Simulators
Subject:  Non-visual testing of GUI applications
Date:  2004-06-25 07:12:51
From:  jonathansimon
Response to: Non-visual testing of GUI applications


The quick answer is to do as much model testing as possible.

The idea is that you have a hard split between the model and view (a la MVC). Then you can test the model with unit tests, test the graphical stuff with simulators, test that the view responds correctly to the model and youre done.


 Feed java.net RSS Feeds