Selenium Testing With Python Programming

Posted By: ELK1nG

Selenium Testing With Python Programming
Published 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 434.91 MB | Duration: 1h 2m

Selenium Testing With Python Programming

What you'll learn

Why To go for Selenium

Comparison of Selenium with other tools

To learn Automation

To learn Python programming required for testing purpose

Requirements

Selenium Software, Python ,Pycharm

Description

This course coveres installation of selenium, pyhon, pycharm and how automation occurs for any website while searching anything or performing any task on website..Following topics are covered in this course1. Introduction of python and selenium2. Installation of python3. Installation of pycharm4. Installation of selenium5. Get chrome browser6. Search on chome browser7. Get driver managerSELENIUM :What is Selenium?Selenium IDESelenium Integrated Development Environment (IDE) is the simplest framework in the Selenium suite. It is a browser plugin to record and playback the operations performed on the browser. Selenium IDE plugins are available for Chrome and Firefox browsers. It doesn’t support the programming features. Selenese is the language which is used to write test scripts in Selenium IDE.Benefits of Selenium IDEVery use to use and installHas built-in test results reporting moduleNo programming experience is requiredIt is used to create and execute Test cases using Firefox or Chrome browsersThe user can easily record the Test scriptsThe user can edit the Test scriptsThe user can create Test Suites.Drawbacks of Selenium IDEIt doesn’t support iteration statementsNo support for conditional statementsIt doesn’t support error handlingIt does not support Database testingAvailable only in Firefox and ChromeIt doesn’t generate a detailed Test Reports summary.Selenium RCSelenium RC is a testing tool used for web applications testing. It supports programming using RC. Using RC, we can test out applications in multiple browsers and also in multiple operating systems.Selenium RC has complex architecture hence slow in automation test execution. In Selenium RC, we need to launch a separate application called Selenium RC Server before we can start testing. Selenium RC server acts as a middleman between selenium commands and your browser. Selenium RC has been officially deprecated, you should use WebDriver or IDE to test your web applications.COMPONENTS OF SELENIUMSelenium IDE (Integrated Development Environment)Selenium RC (Remote Control) – deprecated nowSelenium WebDriverSelenium GridSelenium WebDriverSelenium WebDriver is a web application testing tool introduced by eliminating the drawbacks of IDE and RC. It is simple in architecture and also easy to understand and use.

Overview

Section 1: Installation of Python

Lecture 1 Installation of Python

Section 2: Installation of Pycharm

Lecture 2 Installation of Pycharm

Section 3: Installation of Selenium

Lecture 3 Installation of Selenium

Section 4: Get Chrome Browser using Selenium

Lecture 4 Get Chrome Browser

Section 5: Search By using Chrome Browser

Lecture 5 Search By using Chrome Browser

Section 6: Get Driver Manager by using Selenium

Lecture 6 Get Driver Manager by using Selenium

Industry people, Academician ,Students