Selenium Tutorials 1 - Introduction and How to install and Configure Selenium

Опубликовано: 06 Октябрь 2024
на канале: subbus tech
79
1

Selenium Introduction:
Selenium is an open source automation testing tool.
It is used exclusively for web-based applications.
You can work on multiple operating systems using selenium
Platforms Supported by Selenium
Windows
OS X
Linux
Solaris
following languages are used with selenium.
Java
C#
Ruby
Pyton
PHP
Perl
Selenium Browsers Support:
InternetExplorer
Firefox
Chrome
Safari
SeleniumHistory
Selenium came into existence in 2004 when a GUY named Jason Huggins was testing an internal application at ThoughtWorks.
Selenium is a set of different software tools each with a different approach to supporting test automation.
Selenium Components:
Selenium IDE
Selenium Remote Control
Selenium WebDriver
Selenium Grid
Downloading and Configuring Selenium:
Once we write selenium code, first the program should identify that it is selenium code. In order for the program to identify it as selenium code, first we need to download selenium and create a link between selenium and project we have created.