Skip to main content

Test your JavaScript

Microsoft provides a way of testing JavaScript libraries automatically. The project is called BrowserSwarm and works lite this:

Whenever you update your code on GitHub BrowserSwarm automatically start a test run. The result is a test report with issues (if any).

Read more at InfoWorld. As mentioned in the article, a very easy way of testing an entire web page is to use Microsoft's modern.IE.

Comments