Presentation On Selenium testing and its parts

nrwdbxw5tx 15 views 10 slides Jul 24, 2024
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Selenium


Slide Content

Presentation On Selenium Content- Birth of selenium What is selenium Features of selenium Different selenium tools

Birth of selenium Jason Huggins created selenium in 2004 He created a JavaScript program to control the browser's actions automatically

What is selenium Selenium is one of the most popular open-source tools used for automation Selenium only allows the testing of web application The test scripts can be created in various programming languages like java, C, python etc Selenium is a suite of tools each serves different testing needs.

Features of Selenium Open source Playback and record Cloud based testing platform Support various OS, languages Integration with testing frameworks

Different Selenium tools Selenium RC Selenium Grid Selenium IDE Selenium WebDriver

Selenium RC Selenium RC enables the writing of automated web applications in languages such as java, C, etc. It is hardly used today as the WebDriver offers more powerful functionalities.

Selenium Grid It enables the running of tests in parallel on several machines. The commands are routed to the remote web browser instances, and one server acts as the hub. The hub is responsible for conducting several tests on multiple machine.

Selenium IDE Selenium IDE needs no additional setup except installing extinction on your browser The IDE makes the test debugging easier with features like setting breakpoints and pausing exceptions.

Selenium Web- Deiver Selenium WebDriver is the most critical component of the Selenium Tool's suite that allows cross-browser compatibility testing The WebDriver supports various operating systems like Windows, Mac, Linux, Unix, etc.

Thank You