|
Coverage Validator provides automatic source code coverage analysis of applications as they run. There is no need to recompile or relink your application. It works with debug information and/or MAP files. You can perform coverage analysis on your entire application, or on just the DLLs you require. You can also prevent files from being instrumented. This makes Coverage Validator an excellent tool for use in unit testing, where you need to check that all possible code paths have been taken.
Java Coverage Validator provides automatic source code coverage analysis of applications as they run. There is no need to recompile or relink your application. JCV works with debug information. You can perform coverage analysis on your entire application, or on just the packages and classes you require. You can also prevent files from being instrumented. Java Coverage Validator is an excellent tool for use in unit testing, where you need to check that all possible code paths have been taken.
JavaScript Coverage Validator provides automatic source code coverage analysis of applications as they run. You can perform coverage analysis on your entire application, or on just the files/URLs and classes you require. You can also prevent files from being instrumented. JavaScript Coverage Validator is an excellent tool for use in unit testing, where you need to check that all possible code paths have been taken.
Lua Coverage Validator provides automatic source code coverage analysis of applications as they run. You can perform coverage analysis on your entire application, or on just the files and classes you require. You can also prevent files from being instrumented. Lua Coverage Validator is an excellent tool for use in unit testing, where you need to check that all possible code paths have been taken.
Python Coverage Validator provides automatic source code coverage analysis of applications as they run. You can perform coverage analysis on your entire application, or on just the files/URLs and classes you require. You can also prevent files from being instrumented. Python Coverage Validator is an excellent tool for use in unit testing, where you need to check that all possible code paths have been taken.
Ruby Coverage Validator provides automatic source code coverage analysis of applications as they run. You can perform coverage analysis on your entire application, or on just the files/URLs and classes you require. You can also prevent files from being instrumented. Ruby Coverage Validator is an excellent tool for use in unit testing, where you need to check that all possible code paths have been taken.
|