News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



Padraic Brady's Blog:
Mutation Testing Brain Dump
0 comments :: posted Friday November 30, 2007 @ 10:26:00
voice your opinion now!

Padraic Brady has made a post about some of the mutation testing thoughts running through his head for the Behaviour-Driven Development framework he's been working on - PHPSpec.

Mutation Testing is like testing, for tests. The idea is actually quite simple. Mutation testing adds small changes to your source code on the assumption that changing something, will most likely break it, which in turn means at least one test/spec should fail. [...] The reason why it's useful it that it gets around the problem of being over reliant on code coverage - just because some code executes when running tests, doesn't prove the tests will detect problems with it!

He wants to create a way that doesn't rely on external dependencies and is looking at working with the tokenizer functions native to PHP. He includes two examples of the way he's thinking - an example of simple token output and a way to go "backwards" to recreate the original source code.

tagged with: mutation testing unittest phpspec tokenizer mutation testing unittest phpspec tokenizer



pecl mysql ajax application cakephp release framework developer job zend package PHP5 code releases book zendframework conference PEAR database security

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