DEV Community

Discussion on: Top Tips for 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.