Selenium with Python Full Course For Beginners

preview_player
Показать описание
Note: Please use new URL of Flight Reservation Demo application.

Topics Covered
-------------
00:20 Install Python
01:39 Install Selenium
04:30 Install Pycharm and configure Selenium
08:25 Selenium WebDriver download (Chrome, Firefox, and IE)
-----------------------------
11:52 Start project
20:00 WebDriver Basic Commands (Title, URL)
27:44 Navigation Commands
36:52 Conditional Commands (is_selected,is_enabled,is_displayed)
50:54 Wait Commands - Implicit
01:01:08 Wait Commands - Explicit
01:32:44 Input Boxes
01:45:46 Radio Buttons & Check Boxes
01:53:51 Dropdown
02:06:40 Links
02:17:20 Alerts (switch_to_alert().accept()/.dismiss())
02:35:30 Browser Windows (tabs)
02:48:30 Web Tables
03:07:07 Scrolling (by pixel, end of the page, to-XPATH)
03:18:00 Mouse Actions - Mouse Hover
03:26:55 Mouse Actions - Double Click
03:32:53 Mouse Actions - Right Click
03:37:49 Mouse Actions - Drag and Drop
03:44:51 Upload Files
03:51:17 Download Files (Chrome)
04:01:05 Download Files - Change Path (Chrome)
04:09:33 Download Files (FireFox)
04:16:00 Download Files - Change Path (Firefox)
04:20:55 Data-Driven Testing - Excel
04:22:50 Install OpenPyxl Module
04:25:30 Excel Operations - Reading Data From Excel File
04:36:00 Excel Operations - Writing Data Into Excel File
04:43:05 Excel Operations - Data Driven Test Case From Excel File
05:07:00 Handling Cookies (Count, Add, Delete)
05:23:29 Capture Screenshots
05:30:03 Logging
05:45:30 UnitTest Framework
05:57:39 UnitTest Framework - Keywords (Setup, tearDown)
06:15:08 UnitTest Framework - Skipping Tests
06:29:00 UnitTest Framework - Assertion (assertEqual, assertNotEqual)
06:39:15 UnitTest Framework - Assertion (assertTrue, assertFalse)
06:48:49 UnitTest Framework - Assertion (assertIsNone, assertIsNotNone)
06:56:50 UnitTest Framework - Assertion (assertIn, assertIsNotIn)
07:04:45 UnitTest Framework - Assertion (assertGreater,assertLess)
07:11:30 Create/Execute Test Cases and Test Suites
07:41:14 Install PyTest
08:04:26 PyTest - Multiple Ways to Run Test Cases

###
Udemy Courses:
###

Manual Testing+Agile with Jira Tool
***

Selenium with Java+Cucumber
***

Selenium with Python & PyTest
***

Selenium with python using Robot framework
***

API Testing(Postman, RestAssured & SoapUI)
***

Web & API Automation using Cypress with Javascript
***

Playwright with Javascript
***

Jmeter-Performance Testing
***

SDET Essencials(Full Stack QA)
***

Appium-Mobile Automation Testing
***

Java Collections
***

Python Programming
***

Cucumber BDD Framework
***

Protractor with Javascript
***

Youtube Playlists:

Manual Testing & Agile
***

SQL
***

linux & Shell Scripting
***

Java
***

Selenium With Java+Cucumber
***

Python
***

Selenium With Python,Pytest&Behave
***

Selenium With Python Using Robert Framework
(Web&API Testing)
***

API Testing (Postman,SoapUi,&Rest Assured)
***

Mobile App Testing Appium
***

Performance Testing Jmeter
***

Maven,Jenkins,Git,Github,CI/CD
***

SQL,DB Testing&ETL,Bigdata
***

JavaScript Based Automation Tools
***

GraphQL
***

Cypress API Testing
***
Рекомендации по теме
Комментарии
Автор

This is real internet. Very well done. Professional training without gaps in knowledge. And then still free. Respect.

eineinfachermann
Автор

This course saved our team hours of manual testing, and we are now sitting there drinking coffee when observing all those manual data are filled by selenium one by one. Sir, Thanks Millions! I love your course

rotrose
Автор

Excellent tutorial for Python Automation testing lover, anyone can understand easily and grow up his knowledge in Testing feild. Much better than the paid tutorials. Thanks sir for giving us this facility.

shubhamkumar-etrz
Автор

He is a gem in teaching with lots of Patience. I admire him a lot and my resume looks crispy just because of his knowledge transfer. Definitely, he is far far far better than paid courses...

saibm
Автор

I just finished this course, it took me 3 days to master, but now I know the basics. Thank you for this course, very clear and understandable, all points are explained. Now I can proceed to the other courses of this author.
Thank you very much for the author for the work done, your time for training, and detailed explanations!

FJN
Автор

Thank You. Much Better than most of the paid courses. Excellent. Please keep doing such series.

ritheshjarvis
Автор

00:20 Install Python
01:39 Install Selenium
04:30 Install Pycharm and configure Selenium
08:25 Selenium WebDriver download (Chrome, Firefox, and IE)

11:52 Start project
20:00 WebDriver Basic Commands (Title, URL)
27:44 Navigation Commands
36:52 Conditional Commands (is_selected, is_enabled, is_displayed)
50:54 Wait Commands - Implicit
01:01:08 Wait Commands - Explicit
01:32:44 Input Boxes
01:45:46 Radio Buttons & Check Boxes
01:53:51 Dropdown
02:06:40 Links
02:17:20 Alerts
02:23:22 Frames
02:35:30 Browser Windows (tabs)
02:48:30 Web Tables
03:07:07 Scrolling (by pixel, end of the page, to-XPATH)
03:18:00 Mouse Actions - Mouse Hover
03:26:55 Mouse Actions - Double Click
03:32:53 Mouse Actions - Right Click
03:37:49 Mouse Actions - Drag and Drop
03:44:51 Upload Files
03:51:17 Download Files (Chrome)
04:01:05 Download Files - Change Path (Chrome)
04:09:33 Download Files (FireFox)
04:16:00 Download Files - Change Path (Firefox)
04:20:55 Data-Driven Testing - Excel
04:22:50 Install OpenPyxl Module
04:25:30 Excel Operations - Reading Data From Excel File
04:36:00 Excel Operations - Writing Data Into Excel File
04:43:05 Excel Operations - Data Driven Test Case From Excel File
05:07:00 Handling Cookies (Count, Add, Delete)
05:23:29 Capture Screenshots
05:30:03 Logging
05:45:30 UnitTest Framework
05:57:39 UnitTest Framework - Keywords (Setup, tearDown)
06:15:08 UnitTest Framework - Skipping Tests
06:29:00 UnitTest Framework - Assertion (assertEqual, assertNotEqual)
06:39:15 UnitTest Framework - Assertion (assertTrue, assertFalse)
06:48:49 UnitTest Framework - Assertion (assertIsNone, assertIsNotNone)
06:56:50 UnitTest Framework - Assertion (assertIn, assertIsNotIn)
07:04:45 UnitTest Framework - Assertion (assertGreater, assertLess)
07:11:30 Create/Execute Test Cases and Test Suites
07:41:14 Install PyTest
07:49:48 PyTest - Fixtures (pytest.fixture(), pytest.yield_fixture())
08:04:26 PyTest - Multiple Ways to Run Test Cases

kingfwrld
Автор

One of the ever best selenium with python training for the beginner !!

ExploringWorld
Автор

This tutorial has covered all the essential components. I wish, you get 8 million subscribers for your valuable work.

Sharmantwerp
Автор

This is the internet we love. Very grateful to the teacher for this course. This single video will help many folks finding nice jobs.

amritraj
Автор

I have just started this course and its going so smooth and very elementary for the beginners. Appreciate the efforts buddy :)

atharvandarjunvlogs
Автор

This guy rocks making me understand Python nice! Studying for my interview too!

blanka
Автор

I wanted to go in QA but had no prior knowledge, came to this channel learned almost all the major tools/concepts and within three weeks landed a handsome paying Job! So Thank You Sir!

muhammadaqibinayat
Автор

Highly recommended course for beginners. Very good work Pavan @SDET

cgthejesh
Автор

Today have just started this course and its going so well and very good for the beginners.

desaichannel
Автор

You are the greatest teacher ever I had learnt from ☺️

NARENDRAKUMAR-vlth
Автор

Really worth the time.Clear.Precise.Easy to Understand.Thanks a lot. Wish you all the best !

chetnakabra
Автор

I wish I had searched for this channel before I paid thousands for learning basically the same concepts. You are the Teacher I was looking for.

engineerraj
Автор

too much supportive content, guru ke liye guru dakshina ek achha rashtra nirmaan hai

memebakchodi
Автор

thank you sir bhut time se mera 1 error aa rha tha but aapki video dekh kr solve ho gya thank you so much sir

viratsingh