Let’s learn the Components of Selenium

Ashly Ann Mathew
2 min readNov 17, 2023

--

This is second blog related to Selenium automation testing .Here, I have explained the components of Selenium in a simple way. The main components of Selenium are:

  1. Selenium IDE
  2. Selenium RC
  3. Selenium Web driver
  4. Selenium Grid
Components of Selenium

It’s the time to look into each component

Selenium IDE(Selenium Integrated Development Environment)is a firefox plugin. It is used to record and playback test scripts.

Selenium RC(Selenium Remote Control) is a framework that allows to write test cases in any programming language.

Selenium RC comprises of two parts:

  • Client libraries for the preferred computer language
  • A server that launches and kills browsers automatically

Selenium Web driver is the most important components of the entire Selenium framework. It is used to automate web application testing to verify that it works as expected. It supports many browsers such as Firefox, Chrome, IE, and Safari.

Selenium Grid provide an easy way to run tests in parallel on multiple machines.

Now it’s the time to conclude what we have learnt so far. The image below explains it.

Follow me on LinkedIn: https://www.linkedin.com/in/ashly-ann-mathew-608961193/

--

--

Ashly Ann Mathew
Ashly Ann Mathew

Written by Ashly Ann Mathew

I am a QA Engineer and an Associate IT Consultant working at ITC Infotech. Follow my account to get more learning contents on Testing.

No responses yet