Hey. I strongly recommend JsTestDriver, mostly because of it's excellent cross-browser support and also due to it's great integration with Eclipse. Running tests with it on multiple browsers is simply a matter of a click, and that makes it a very very strong tool IMO (other than that, I believe most test suits provide very similar features, but vary on syntax)
On Fri, Dec 24, 2010 at 1:28 AM, Glan <[email protected]> wrote: > Hi All, > > I'm interested in getting some people's thoughts on unit testing in > javascript. I've been looking at qUnit, but an aware of a number other > methods jsunit,jsspec, jspec etc. With qUnit in particular there are a > few areas which I'm still unsure about: > > 1) Making tests dependent on one another, so if one test fails > dependent tests are not run. > 2) Detecting exceptions. If a function throws an exception, how can > one lookout for this? > 3) Producing code coverage reports. > > Regards, > Glan > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected]<jsmentors%[email protected]> > -- Arieh Glazer אריה גלזר 052-5348-561 http://www.arieh.co.il http://www.link-wd.co.il -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
