An improvement I’m targeting in my new position is the measurement of test code coverage. For example I have just finished refactoring a suite of functional tests and would be interested to know if I’ve dropped the level of coverage we previously had.
We’re using robot framework, with the underlying application written in c# if that impacts any recommendations.
An additional question for those that have implemented this….was it worthwhile or even a negative? It works well in my scenario but I do have concerns it could very easily be abused and the test team held to a random ‘70%’ coverage across all functional test suites.