List some of the Test Types that are Supported by Selenium.

Different types of testing’s that we can achieve through Selenium are. Functional Testing Regression Testing Sanity Testing Smoke Testing Responsive Testing Cross Browser Testing UI testing (black box) Integration Testing Selenium is primarily a web testing tool that supports various test types. Some of the test types supported by Selenium include: Functional Testing: Selenium is … Read more

What are the Significant Changes/Upgrades in Various Selenium Versions?

Selenium v1.0: Version 1.0 was the initial release of Selenium. It included three tools: Selenium IDE, Selenium RC, and Selenium Grid. Selenium v2.0: Selenium WebDriver was introduced replacing Selenium RC in version “2.0”. With the onset of WebDriver, RC got deprecated and moved to the legacy package. Selenium v3: The latest release Selenium 3 has … Read more

List out the Names of Programming Languages, Browsers and Operating Systems that are Supported by Selenium

Selenium supports various operating systems, browsers and programming languages. Following is the list: Programming Languages: C#, Java, Python, PHP, Ruby, Perl, JavaScript. Operating Systems: Android, iOS, Windows, Linux, Mac, Solaris. Browsers: Google Chrome, Mozilla Firefox, Internet Explorer, Edge, Opera, Safari, etc. Selenium is a versatile framework that supports multiple programming languages, browsers, and operating systems. … Read more

What are the Different Components of Selenium?

Selenium is not just a single tool but a suite of software’s, each having a different approach to support automation testing. It comprises of four major components which include: Selenium Integrated Development Environment (IDE) Selenium Remote Control (Now Deprecated) WebDriver Selenium Grid Selenium is a powerful tool for automating web browsers and is widely used … Read more

What is Selenium?

Selenium is a portable framework for software testing. Selenium tool facilitates with a playback tool for authoring functional tests without the need to learn a test scripting language. Selenium is one of the most widely used open source Web UI (User Interface) automation testing suite. Jason Huggins developed Selenium in 2004 as an internal tool … Read more