Hacker News new | ask | show | jobs
by socratic 5251 days ago
How do people actually test multiple client-side browsers?

In terms of testing, Jasmine and QUnit both seem to have reasonable APIs, and I'd be totally happy to use either. I'm sure there are other reasonable options, too.

But how are people checking all of the client-side browsers? Are people using Sauce Labs? Testling? Custom internal Selenium setups? Just loading up each browser in a VM locally and manually?

1 comments

If you have multiple client browsers yourself, js-test-driver might be a good fit. http://code.google.com/p/js-test-driver/wiki/GettingStarted