DEV Community

Discussion on: Top Tips for FREE Cross-Browser Testing

Collapse
 
lukekyl profile image
Kyle Luke

Thanks Jan for that! I also saw Selenium as a similar free automated testing option, though the cross-browser grid support for both seem to still require a subscription to BrowserStack or a similar service. I would love to know if there are any of these automated testing services that provide FREE cross-browser testing.

Collapse
 
vier31 profile image
Jan Schröder • Edited

Selenium is a great option for End-to-end tests. One great feature is that it allows to write in various languages, so the tests fit the project.

We’re using the WebDriver for our tests, so I don’t know about the grid. WebDriver supports different browsers, at least FireFox and Chrome, but yeah, it wouldn’t scale well.