Greetings Adam, For automated testing, you can try Selenium:
http://seleniumhq.org/projects/ide/ For unit testing, you can use JsUnit: http://www.jsunit.net/ Hope that helps... Happy programming, Unnsse On Sep 17, 2010, at 1:41 PM, Adam Grant wrote: > Hi group! > > I was curious what Javascript testing frameworks you all use? I really need > to start testing my JS (it's code, and like all other code, should be > tested!) > > It would be nice to integrate it into automated testing, without the need to > open a browser, but that could just be a pipe dream... not sure how they > could bundle the JS engines of all major browsers in such a way to spec the > tests against them all on a backend server. > > But hey, I figured I'd ask! > > Regards, > Adam > > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
