December 2003
Intermediate to advanced
504 pages
10h 42m
English
Okay, you have modeled and completed the application. Next is testing. This is where the real issues come across. Although managed code simplifies a lot of the issues around memory leaks through automatic memory allocation and garbage collection, it still has other issues and its own set of issues around garbage collection and finalization. Compuware DevPartner Studio, previously known as NuMega, has been a popular product for runtime analysis of source code. A recommendation for enterprise application development is to use a tool like DevPartner not only in the testing phase, but much earlier so that bugs can be caught earlier (see Figure 6.4).
DevPartner ...