Functional testing JavaScript with QUnit - initial steps
Functional testing JavaScript with QUnit - initial steps
Submitted by Evil Tester - Alan Richardson's blog on Tue, 17/06/2008 - 21:00.With the JavaScript I have written - I describe the tests which exercise the functions in the .js file and manipulate the variables in the .js file as Unit tests. Then when I test functions which interact with the html page that I import the .js file into - I class that as Functional testing. [...]
