DEV Community

junaid
junaid

Posted on

Automation Testing With Selenium and Node.JS


Cross browser testing is a practice to test a website or web-app across different browsers, devices and operating systems. To experience automation testing through an open-source platform is always blissful, especially when we refer to the practice of cross browser testing where test cases are found in plethora.
If you are not aware of Selenium, it is one of the most renowned open-source, test automation framework developed by Thoughtworks to facilitate automated cross browser testing with ease.

Visit LambdaTest to try their Selenium grid now - https://goo.gl/3NgmHX

Tools for running automation:
https://nodejs.org/en/download/
http://chromedriver.chromium.org/download
https://github.com/mozilla/geckodriver/releases
https://github.com/LambdaTest/nodejs-selenium-sample

Top comments (0)