Thread: Java PLA Test
View Single Post
Old Oct 11th, 2006, 6:16 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
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.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote