mercredi 8 juin 2016

Parameter Value Coverage (PVC) tool for Java

Conventional code coverage is not good enough with some code including deep class hierarchy and generic method usage. Sometimes all lines are covered, but the parameters for some called methods are not covered in value-wise. I am in a desperate need to find some automated PVC tool that can analyze the test execution and together with regular test coverage, will give me some coverage on parameter values. Is such a tool exists? Or do I have to work manually to create matrices to analyze all parameter combinations for any given method. Thanks!

Aucun commentaire:

Enregistrer un commentaire