Sponsorised links
This year
i should be coding :: unit tests and code coverage with phpt
My initial experiences with unit testing and PHP were with PHPUnit. While it's a great tool and I have to give kudos to Sebastian for contributing so much to its development, I've come to appreciate the simplicity of PHPT tests. Recently, I wrote some for a project and realized that I wasn't aware of how to generate code coverage reports. Many thanks to the very helpful patrons in the #pear channel on EFNet for helping me to get this working.
EclEmma - Java Code Coverage for Eclipse
Le plugin eclipse EclEmma utilise de manière sous-jacente le produit de couverture de test Emma et permet ainsi d'obtenir un retour concernant la couverture de code immédiat à l'intérieur d'Eclipse.
Le plugin est étonnamment simple et puissant.
2007
Sponsorised links
2006
2005
Code Coverage Support for PHP 5
Code coverage is basically the idea that when I execute an application I want to know exactly which lines of code got executed. When you put that in the context of a test suite, it can tell you exactly how effective your test suite is at testing your code base.
Code Coverage Analysis
This paper gives a complete description of code coverage analysis (test coverage analysis), a software testing technique.
1
(10 marks)
