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 sche

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 applicat

What is the difference between TestNG and Maven?

TestNG and Maven  are two entirely  different  things. TestNG is a testing framework inspired from NUnit and JUnit but presenting some new functionality that makes it simply easy, effortless, and powerful to use. TestNG is also an open-source automated test framework; wherein NG of TestNG signifies Next Generation. TestNG is exactly the same as JUnit but it is much more robust than JUnit but still, it’s inspired by JUnit.  This is specifically well-designed to be better than JUnit, particularly when testing integrated classes. TestNG eradicate most of the negative traits of the older framework and gives the developer the ability to write powerful and flexible tests with help of easy annotations, sequencing, grouping, & parametrizing. Benefits of TestNG Some of the major advantages of TestNG are : Annotations made testers life simple Test cases can be Grouped & Prioritized more easily Gives the ability to produce HTML Reports of execution The possibility of the