script-cover


Javascript code coverage detector for web pages in Chrome

SCRIPTCOVER is a Chrome extension for Javascript coverage analysis.

It reports which Javascript statements/instructions from internal and external scripts have been executed (and how many times) while a web page loads and then when a user interacts with the page without any user modifications to the code.

Note: Because the tool instruments Javascript code, it's recommended that it is enabled when you want to get Javascript coverage statistics. You may want to deactivate the extension in all other cases.

HELP WANTED: If you are interested in a project, let us know. We are happily accepting contributions/patches. Become a member of this project or one of its leads. Contact us.

Getting Started

Download the code from the source tab: https://code.google.com/p/script-cover/source/checkout'>https://code.google.com/p/script-cover/source/checkout
Download the tool's .crx (version 1.0.0.2 recommended): http://code.google.com/p/script-cover/downloads/list'>http://code.google.com/p/script-cover/downloads/list
Join discussion group to get updates: http://groups.google.com/group/script-cover'>http://groups.google.com/group/script-cover

Blog posts

Google Testing Blog: http://googletesting.blogspot.com/2011/10/scriptcover-makes-javascript-coverage.html'>http://googletesting.blogspot.com/2011/10/scriptcover-makes-javascript-coverage.html
Open Source at Google: http://google-opensource.blogspot.com/2011/10/scriptcover-javascript-coverage.html'>http://google-opensource.blogspot.com/2011/10/scriptcover-javascript-coverage.html

Project Information

The project was created on Sep 12, 2011.

Labels:
JavaScript coverage Web Google instrumentation AJAX