Skip to main content

What are the Components of Selenium?


Selenium is one of the famous open-source tools used for automating web applications. It is used for the execution of test scripts or test cases on web apps. Selenium supports various programming languages such as:

PHP, Python, JavaScript, Java, C#, and Ruby.

It is language-independent, which clears that it was developed using Java, and can be used with C#, Java, PHP, JavaScript, etc. It is also platform-independent. The framework or code, developed using C#/Java, can be implemented on different platforms/OS like:
“ Mac OS, Windows OS, and Linux”.

Selenium supports different browsers such as Edge Browser (Windows 10), Google Chrome, Safari, Firefox Browser, Internet Explorer, etc. Each browser has its distinct driver to execute test scripts on their browsers; for instance, to execute Selenium scripts on Chrome, we have Chrome drivers.

Google Chrome driver and Internet Explorer (IE) driver support both 32-bit & 64-bit versions, which we can download and use on the basis of our system requirements.


Selenium IDE (Integrated Development Environment)
Selenium GRID
Selenium 1.0 (Also called as Remote Control)
Selenium 2.0/3.0 (Also called as Webdriver)

Selenium IDE- Selenium Integrated Development Environment is a GUI based application. It supports Edit, Record, and debugging features, also named Record/Replay or Record/Playback. It is a Firefox Add-on/Extension which works only in the old version of the Firefox browser. We can also write our own extensions and implement loops. Selenium- Integrated Development Environment is very user-friendly.

Selenium RC- It was one of the first tools of Selenium Suite. Previously it was called as JavaScript Executor. Remote Control was the tool that made Selenium prominent in the market. It was one of the first tools which provided support for multiple programming languages (Perl, PHP, JAVA, Ruby, Python, and C#). It also supported almost all the major names of Browsers like Google Chrome, Internet Explorer Mozilla Firefox, etc. Selenium RC is also known as Selenium 1.

Selenium WebDriver- Selenium WebDriver is the significant tool of the Selenium suite. Because of many restrictions with RC, WebDriver was developed. It doesn’t require any manual method like the Selenium Server. There is direct communication between browser and code. Test Scripts interrelate directly with the browser. The execution is speedy compared to Selenium RC. It can easily support programming languages like PHP, Perl, C#, Java, and Python and several platforms to execute test cases, like Linux, Windows OS, and Mac OS. It supports remote as well as parallel execution.

Selenium GRID- Selenium Grid is neither a GUI based tool nor an API like Selenium WebDriver/ Remote Control. Instead, Selenium Grid is just a model, which will allow us to distribute the multiple tests across many machines, multiple OS, and multiple browsers for execution. Selenium Grid accelerates the execution process when there is a vast number of tests. i.e. the Huge list of tests will be spread across multiple machines and carry out at the same time for dropping the execution time.

Follow me on:

Comments

Popular posts from this blog

What is the Scope of Automation Testing or Manual Testing in the Future?

Scope of automation testing in the future E ver since technology is progressing at a speedy pace, the demand for getting projects done quicker has increased more than ever. To get projects done fast, the complete procedures followed during a software life cycle needs to become accelerated as well. In the area of software testing, automation can be implemented to save cost and time but only when used in time-taking projects. When it comes to performing regression testing, large scale testing, automation testing is the way to go. It can be a good choice. There are a number of necessary advantages from test automation like Increases the software quality, lessens manual software testing operations and eradicate redundant testing efforts, create extra systematic repeatable software tests, Minimising repetitive work, and generate more consistent testing outcomes, higher consistency.  Execute more software tests and accomplish better testing coverage in a very limited ...

Top 6 Mobile App Testing Trends for 2020

The mobile app market is booming and is estimated to generate approx “USD 189 Billion by 2020” according to Statista Research. The number of mobile apps has hit new heights, with the number of users rising to 2 million for iOS-based and 2.1 million for android based mobile apps.  Hybrid monetization models, like in-app ads and in-app purchases, are rapidly gaining fame in the business world. Various studies revealed that in-app advertising is set to be a major driver of mobile growth over the coming years (as stated by IHS Markit’s , Statista’s , and Forbes’s reports). What Are Top Mobile AppTesting Trends to Look Out for 2020? 1. Application of Artificial Intelligence and Machine Learning 2. The popularity of Automated Voice (Voice-First App) Testing 3. High Demand for IoT Testing 4. The Trigger of Cloud-Based Mobile App Testing 5. The Growing Use of Open-Source Testing Tools 6. Prioritization to Performance Engineering Let’s explore the list ...

Top 10 UI Automation Tools You Should Try

As applications are designed and developed for varied platforms, spanning mobile, desktop, and cloud. Testing the user interface has turned into an increasingly complicated and risk-prone job. While having its series of challenges and loopholes, automated UI testing is gaining traction. UI test tools can effortlessly help in automated tests of software and applications that contain user interfaces.  These mind-blowing software testing tools utilize test cases to make sure that the software and application meet its specification and performs the proposed functions. Such test automation tools not only provide smart automation but also offer intelligent analytics to address any test challenges. Statistics Overview Some stats that prove that UI should not be taken lightly ever: • By 2020, there will be around 6.1 billion Smartphone users • 75% of all site traffic at present mainly runs through search engine-Google • 90% of audiences stopped using appl...