FitProgrammer@Work
Latest Content
Free Java Programmer's Test - 125 days ago
I stumbled on the site http://www.betterprogrammer.com today and found that it offers an open book programming test meaning you can use all reference (like one can do at work) but complete 5 programming exercises pertaining to use of core Java language... Topics: Certification, Java SE
Windows Vista SP1 Released Today - 155 days ago
Get it from http://www.microsoft.com/downloads/details.aspx?FamilyID=b0c7136d-5ebb-413b-89c9-cb3d06d12674&DisplayLang=en . I had the RC1 installed and so when i tried installing the SP1 release then it gave me an error that SP1 is already installed... Using SAP Memory Analyzer for Java memory leak detection - 156 days ago
[Click to watch video of using SAP Memory Analyzer] I recently had opportunity to use the SAP Memory Analyzer tool for analyzing an HPROF heap dump generated on OutOfMemory error in code. I found that its an excellent and user friendly tool for job of... Topics: Java EE, Java SE, Memory Leak
Emma vs Cobertura - 161 days ago
The 2 open source Java code coverage tools that are the best among the lot are cobertura and emma. Both have their own pros and cons. Cobertura - http://cobertura.sourceforge.net/ vs Emma - http://emma.sourceforge.net/ Points borrowed from:...
TestNG and Emma can be used together to automate the generation of code coverage report after every test run in the ANT builld script. Following ant build script snippet shows how both tools are used together for this important metrics collection. To run.
Topics: Code Coverage
Topics: Code Coverage

