[DUG] RE: Unit Testing
JeremyN at FrontierSoftware.com.au
JeremyN at FrontierSoftware.com.au
Fri Jun 17 11:46:19 NZST 2005
> I might be tempted to also extend this to code
> that you haven't changed, but are going to
> manually re-test because of a change elsewhere.
You may want to run a code coverage tool (AQTime can do it) to see what
areas of your system gets hit the most during a "typical" run of your
application and look at those areas to create unit tests for first.
More information about the Delphi
mailing list