bayWeiss
Joined: 01 Mar 2007 Posts: 2
|
Software Testing Methodologies |
Posted: Thu Mar 08, 2007 6:45 am |
|
|
How do you guys go about testing software?
Do you abstract out the external hardware layer from the microcontroller/firmware layer by using #ifdef or #ifndef? Obviously i do not want the test code to be placed onto the microcontroller, so I assume the #defines would do the trick.
I am using CCS in the MPLAB IDE, and it would be nice to separate (or proxy out) the hardware components so I can run a good bit of the code through MPLAB SIM instead of an ICD (which can take a while sometimes).
I just want to hear some different thoughts/ideas on the subject...
cheers! |
|