Many people have asked questions about using JSCoverage with a Selenium test suite. There are a number of different approaches to doing this (these will likely be discussed in detail in a future article on this blog). One method is described in “JSCoverage, cobertura and selenium,” on the Mercenary Code blog. This article demonstrates how… Continue reading Using JSCoverage with Selenium
Category: JSCoverage
Using JSCoverage with the JsUnit test suite
This is the seventh and final (for now) article in a series on using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite Using JSCoverage with the YUI… Continue reading Using JSCoverage with the JsUnit test suite
Using JSCoverage with the Dojo test suite
This is the sixth in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite Using JSCoverage with the YUI test suite Using… Continue reading Using JSCoverage with the Dojo test suite
Using JSCoverage with the YUI test suite
This is the fifth in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite Using JSCoverage with the YUI test suite (this… Continue reading Using JSCoverage with the YUI test suite
Using JSCoverage with the MooTools test suite
This is the fourth in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite Using JSCoverage with the MooTools test suite (this article) First, we need to check out… Continue reading Using JSCoverage with the MooTools test suite
Using JSCoverage with the jQuery test suite
This is the third in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks: Using JSCoverage with the script.aculo.us test suite Using JSCoverage with the MochiKit test suite Using JSCoverage with the jQuery test suite (this article) To run the jQuery test suite, we need to check out the jQuery… Continue reading Using JSCoverage with the jQuery test suite
Using JSCoverage with the MochiKit test suite
This is the second in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks. Yesterday we discussed using JSCoverage with the script.aculo.us test suite; today we will cover (no pun intended) the MochiKit test suite. To run the test suite, first we have to download the latest version of MochiKit… Continue reading Using JSCoverage with the MochiKit test suite
Using JSCoverage with the script.aculo.us test suite
This is the first in a series of articles about using the JSCoverage tool with various JavaScript testing frameworks. Today, we will look at using JSCoverage with the script.aculo.us test suite. We will start by downloading the latest version of script.aculo.us (currently version 1.8.3) and unpacking the distribution in the F:\ directory (so that the… Continue reading Using JSCoverage with the script.aculo.us test suite