views:

24

answers:

0

Hi i'm starting a new website and am going to be using jQuery as the library in the browser. I was looking at testing frameworks and the obvious choice for Unit Testing in jQuery is the framework jQuery itself provides which is QUnit.

I have also looked a little at YUITest which looks very well documented. So my question is. If you are programming the clientside in Javascript/jQuery is there any reason one would use YUITest over QUnit as a testing framework?