How do code coverage tools work? -
How do code coverage tools like NOCover know how some parts of the code were executed and which parts were not?
here Is a technical paper.
My company creates a family of test coverage tools for Java, C #, C ++, PHP, COBOL, PLSQL, ... based on this principle.
Comments
Post a Comment