Javascript unit testing in visual studio 2008

I want to start unit testing my javascript files as part of my build process in an MVC application that I create using jquery and jqueryUI.

I know how to use qunit and jsunit, but I want to try to get VS to run these tests and integrate the results into my build process.

Does anyone have any ideas on where to start? General pointers on where to start would be just as helpful as solutions.

+5
source share
2 answers

The build task proposed by mgroves worked, however it only tested functions, not javascript events.

Watin "What-In". - -. IT , , .

+1

JSUnit MSBuild. , - qunit, JSSpec ..

+5

All Articles