DEV Community

selvarani
selvarani

Posted on

What is Selenium? why do we use selenium for Automation?

Selenium
--> Selenium is open source tools and libraries that is used for browser automation
--> Selenium is Used to test the functionality on different Browsers and perform cross browser testing.
-->Selenium Automation allows tests to executed quickly and accurately
-->Selenium supports Parallel test execution and allows multiple tests to run.
-->Selenium Provides detailed test execution logs and reports
-->Selenium supports languages JAVA, Ruby, PHP, Perl ,Python, Java script, C#
-->Supported Browsers: Google Chrome, Mozilla Firefox, Microsoft Edge, Safari, Internet Explorer(IE).
-->Components of Selenium: Selenium IDE/Selenium RC/Selenium Web driver /Selenium Grid.

Top comments (0)