Selenium Automation Testing

Search for a command to run...

No comments yet. Be the first to comment.
API (Application Programming Interface) security is critical for protecting sensitive data and maintaining the integrity of systems and applications. APIs are used to connect different systems and applications, and as a result, they can provide a gat...

Well after months of deep slumber, away from social media networks, I had to return to Pune and adapt to hybrid working. I was browsing through meetup.com and was intrigued by one event from AWS user group Pune. It is AWS Reinvent 2022 -Recap on 21st...

Episode 2

Simplify Access Control and Enhance Transparency Over Your ML Projects

Episode 1

Let's get started with Selenium Automation Testing.
Whereabouts of Selenium in simple words.
What?
Web Automation tool.
Why?
Automates your browser to perform testing.
How?
By developing test scripts in different programming languages.
Now, Let's Deep-Dive In.
What is Selenium?
Selenium is a suite of tools, catering to different testing needs.
Selenium features are as follows:
Selenium consists of 4 components:
Selenium IDE – It is the simplest tool used as a record and playback feature without requiring any programming experience. It is distributed as a Firefox plug-in and it is easier to install and use.
Selenium RC – It is a server that allows user to create test scripts in desired programming language. It allows execution of test scripts with large spectrum of browsers. Selenium RC is also referred to as Selenium 1.
Selenium Grid – It is an additional feature to Selenium RC by distributing the test scripts on different platforms and browsers at the same time for execution representing the master-slave architecture.
Selenium WebDriver - It is a different tool altogether that has various advantages over Selenium RC. The combination of Selenium RC and WebDriver is known as Selenium 2. WebDriver directly communicates with the web browser and uses its native compatibility to automate the web application. Programming knowledge experience is required.
Let’s discuss on the Selenium WebDriver Architecture.
