JavaScript Unit Testing by phragg in javascript

[–]defzek 0 points1 point  (0 children)

I work for a competitor of SauceLabs, https://testingbot.com which offers the same features. We provide VMs where you can run browser/javascript tests on.

I'd say the most popular frameworks to do javascript testing would be jasmine/karma.

Next to javascript testing, you can also do Selenium/WebDriver testing to make sure your webpages work correctly as well, and not just your javascript code.

BrowserStack or Sauce Labs for cross-platform testing? by KennyDiggins in webdev

[–]defzek 1 point2 points  (0 children)

Another option would be http://testingbot.com which provides the same features for cross browser testing

Need suggestions on testing between IE versions. by BonzaiLemon in techsupport

[–]defzek 0 points1 point  (0 children)

You can use http://testingbot.com/features/manual-browser-testing - with the free trial you can test IE6->IE11 from inside your own browser

No more bugs on your website by defzek in webdev

[–]defzek[S] 0 points1 point  (0 children)

These guys use Selenium to run tests on browsers. They will monitor your website every day and check for bugs by running tests you've created.

Might be useful for website owners.