News Feed
Jobs Feed
Sections




News Archive
Padraic Brady's Blog:
PHP Mutation Testing With MutateMe
February 24, 2009 @ 10:20:54

Padraic Brady has posted about a library that he's developed to help with mutation testing in PHP - MutateMe. What's mutation testing? Padraic explains,

Mutation Testing is basically testing...for tests. It ensures that your tests are truly capable of detecting errors and problems with the source code. It does this by mutating the source code itself (using ext/runkit) in such a way that an error is created in the code. If your tests detect the error, all is well with the world. If your tests do not detect the error...well, you better add a new test that does.

He mentions how it compares to code coverage and goes through the entire process you'll need to get MutateMe up and running - the download (or PEAR install), creating the extension, using the command line tool and the results of an example run of the client against a few tests.

0 comments voice your opinion now!
phpunit test unittest mutation codecoverage tutorial mutateme


blog comments powered by Disqus

Similar Posts

php|architect Blog: Professional Programming: DTAP – Part 1: What is DTAP?

Adam Culp: Clean Development Series (Parts 1, 2 & 3)

Sebastian Bergmann's Blog: Isolated (and Parallel) Test Execution

WaxJelly Blog: Using PHP to make a MySQL "abstraction layer"

PHPMaster.com: An Introduction to Dependency Injection, Service Locators & Factories (Part 1)


Community Events











Don't see your event here?
Let us know!


language series interview community release introduction framework composer application opinion development api database code example zendframework2 phpunit podcast functional testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework