Close
jGuru Forums
Posted By: learner_java Posted On: Tuesday, July 15, 2003 01:20 PM
Hi all! I have written a Java swing program that connect to database.. do some SQL to gather information and write to a file and save as a file. This Java swing program I saved in D:projects drive, while my Junit install in C:junit3 and my set classpath is =c:junit3junit.jar;c:junit3. How do I write a JUnit to test to see my connection in Swing program is okey and write to file is okey... thanks
Re: How do I write A Junit Test to test my java Swing code
Posted By: Anonymous Posted On: Wednesday, July 16, 2003 02:14 PM