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