whoopdicity
Pages
(Move to ...)
Home
Disclamer
▼
Wednesday, June 29, 2016
How to detect fake tests - Introduction to Mutation Testing
›
In the last posts ( 1 , 2 , 3 ) I showed various ways for producing fake tests. Of course, good developers won't fake their tests, and t...
1 comment:
Wednesday, June 22, 2016
How to fake tests (Part 3)
›
In this 3rd part of the series I want to show how assertions can be faked, so that not only lines and branches get covered but the test them...
Thursday, June 9, 2016
How to fake tests (Part 2)
›
In the last post I described how to write fake tests to statisfy number-of-tests KPI. Apparently this is not a good practice for software c...
Tuesday, May 31, 2016
How to fake tests (Part 1)
›
In most projects, metrics play an important role to determine the status, health, quality etc. of the project. Not rarely the common metrics...
Saturday, December 19, 2015
Scribble 0.3.0
›
I am proud to announce a new version of the the Scribble testing library! The biggest changes are the new modularization and docum...
Wednesday, July 8, 2015
Scribble Release 0.2.0
›
I am proud to announce a new version of the the Scribble testing library! The new version has support for an embedded ldap server which allo...
Friday, May 29, 2015
Multi-Module Integration Test Coverage with Jacoco and Sonar
›
Yesterday I have struggled to capture IT coverage results in a multi-module project setup, which I eventually solved. So lets assume, I ...
›
Home
View web version