Selenium Tutorials for Beginners - 3. Introduction to Selenium WebDriver
#seleniumtutorials #seleniumwebdriver #nxtgenaiacademy
Selenium Tutorials for Beginners - Introduction to Selenium WebDriver
Agenda:
1. Introduction to WebDriver.
2. Components of Selenium
3. Web Driver vs Selenium IDE vs Selenium RC
4. Pros of WebDriver.
5. Cons of WebDriver.
6. Installation Steps
7. Sample program
********************
Selenium Web Driver
********************
It is a web automation framework that allows you to execute your automation script against different browsers.
**************************
Web Driver Vs Selenium RC
**************************
Web Driver:
In webdriver, you directly interacts with the browser. It controls the browser from the OS level
Selenium RC:
we need selenium RC server to interact with Browser. Before you start testing ,You first need to launch a separate application called Selenium Remote Control (RC) Server .
Because the selenium RC server acts as a "middleman" between your Selenium commands and your browser.
When you start execute the automation script, RC Server "injects" a Javascript program called Selenium Core into the browser.
Once injected, Selenium Core will start receiving instructions relayed by the RC Server from your test program.
When the instructions are received, Selenium Core will execute them as Javascript commands.
The browser will obey the instructions of Selenium Core, and will relay its response to the RC Server.
The Selenium RC Server will receive the response of the browser and then display the results to you.
*******************
Pros of Web Driver
*******************
* WebDriver is faster than Selenium RC because of its simpler architecture.
* WebDriver's API is simpler than Selenium RC's.(No redundant and confusing commands)
*******************
Cons of Web Driver
*******************
* It cannot readily support new browsers.
* It does not have a built-in feature for automatic report generation.
* It cannot be integrated to test management tool.
* No centralized maintenance of Elements/objects.
*******************
Installation steps
*******************
Step 1: Java Installation
Step 2: Environment path setup
Step 3: Eclipse Installation
Step 4: Download WebDriver
**************************************************************
Help me in spreading the knowledge, please hit LIKE, SHARE and SUBSCRIBE for latest tutorials. More tutorial playlists below:
Java For Automation : https://youtube.com/playlist?list=PLNUKIBJDwfVsrIdJlMNleWtdl-SEGclV0
Selenium for Beginners: https://youtube.com/playlist?list=PLNUKIBJDwfVv2t78P3bC01hEcm-YJvZMj
UFT(QTP) : https://youtube.com/playlist?list=PLNUKIBJDwfVtrISQklzq3ZQiK2LXQUseR
Python For Automation/Data Science : https://youtube.com/playlist?list=PLNUKIBJDwfVuxdOhQQUpviYR0wBbg-OBp
Artificial Intelligence for everyone(Entire Playlist) : https://www.youtube.com/playlist?list=PLNUKIBJDwfVvpQosXAW_a2w4WK4pdffun
_________________________________________________________________
Follow Me :
Materials: https://nxtgenaiacademy.com/
LinkedIn : https://www.linkedin.com/in/vinothrathinamaiacademy/
Github : https://github.com/vinothrwins
Udemy : https://www.udemy.com/user/vinoth-rathinam/
Facebook : https://www.facebook.com/nxtgenaiacademy/
Note: Use HD view for clear text visible
_________________________________________________________________
Kindly let me know your feedback for improvement purpose. Feel free to correct in case of any mistakes !!
Regards,
Vinoth Rathinam
"Learn With Clarity"
Видео Selenium Tutorials for Beginners - 3. Introduction to Selenium WebDriver автора Xenon X-Hugs
Видео Selenium Tutorials for Beginners - 3. Introduction to Selenium WebDriver автора Xenon X-Hugs
Информация
5 декабря 2024 г. 11:02:00
00:05:12
Похожие видео