Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Java (http://www.programmingforums.org/forum17.html)
-   -   Java PLA Test (http://www.programmingforums.org/showthread.php?t=11547)

Eric the Red Oct 11th, 2006 5:48 PM

Java PLA Test
 
I've written a Java "prior knowledge test", it seems that in addition to the exam I already wrote, I also have to do the following:

Quote:

The applicant should submit a copy of a program(s) written in Java
that illustrate the use of a class and a “tester”. The class
should have:
o At least 2 instance variables
o A constructor
o Several methods, including accessor methods and several
additional methods that illustrate passing of parameters.
I know this is an easy "easy" assignment. However, what the heck is a tester? Is it the main method "with code" that creates an instance of the class that I'm writing? Please help me in clarifying this.

DaWei Oct 11th, 2006 6:16 PM

Yes. You write code to test all the various, designed operations of your application. It's how you know the design is worth a crap. Professionally speaking, you would at least define these loosely after designing the app, and before you wrote the code for the app. Then you would code the tests to do their predefined functions.

Eric the Red Oct 11th, 2006 6:27 PM

Great! Thank you.


All times are GMT -5. The time now is 1:03 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC