Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes How to test the backend of GUI progams ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to test the backend of GUI progams ?" Watch "How to test the backend of GUI progams ?" New topic
Author

How to test the backend of GUI progams ?

Pamela Hendersen
Greenhorn

Joined: Mar 13, 2013
Posts: 13
The back-end of my GUI program is about 50% complete. It is already so "huge and complex" (already) that it cannot be tested using a console interface. That would involve programming too many complicated loops and such, which is a pain. I did test some small modules while coding, but I doubt if that will suffice. I guess that I will have to develop GUI along the way to test every feature after i create it. Is this the best way or is there a better way to test my code ?



Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

To be honest, if you can't test the application without a GUI you have integrated too much of the application logic into the GUI code. It would have been better to have separate "engine" code that just gets triggered by the GUI.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to test the backend of GUI progams ?
 
Similar Threads
How do I kill a GUI thread without exiting JVM?
How to Find EJB bound in WebSphere Server using Admin Console GUI
FBNS: Customer are searching db.db via what?
About booking GUI
Clearing JTextArea in EDT