News Feed
Jobs Feed
Sections




News Archive
Padraic Brady's Blog:
Mutation Testing Brain Dump
November 30, 2007 @ 10:26:00

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.

0 comments voice your opinion now!
mutation testing unittest phpspec tokenizer mutation testing unittest phpspec tokenizer


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: PHPUnit Status Update

Zachary Burnham's Blog: Code: Setting up unit testing in Zend Framework with multiple databases

Felix Geisendorfer's Blog: Controller Testing in CakePHP

Elizabeth Smith's Blog: Hey, Code Coverage on Windows!

Anna Filina's Blog: 10 Reasons to Write Unit Tests


Community Events











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


rest language phpunit community testing series introduction usergroup zendframework2 release unittest conference functional development interview opinion podcast database symfony2 framework

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