posts - 4237, comments - 3946, trackbacks - 370

Disclaimer

This was my personal weblog originally hosted by UgiDotNet, written mostly in Italian.

This blog is now part of my new site:
These postings are provided 'AS IS' with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employers.

Licenza Creative Commons

Tag Cloud

Archives

Post Categories

Un uso pratico del Code Coverage e dei test automatizzati

Ecco un post molto interessante sull'uso del Code Coverage in un caso reale, applicato alle librerie e al compilatore Visual C++. Viene discusso il metodo scelto (cc al 70%), come lo si è realizzato e i risultati ottenuti. Veramente istruttivo:

Our code coverage goal was set to 70% block coverage. You may ask, why not higher, or even 100%? This goal was set after carefully considering the variety of ways in which there might be dead or extremely difficult to hit code in binary.  Here are just a few of the situations that would make getting higher code coverage hard:

Leggete tutto alla Fonte: Using Code Coverage to Improve Orcas Quality

Print | posted on lunedì 29 gennaio 2007 23:17 |

Comments have been closed on this topic.