Page Object Model - Python Selenium with PyTest - Part 2

  Рет қаралды 24,981

Naveen AutomationLabs

Naveen AutomationLabs

Күн бұрын

Пікірлер: 47
@mohammedibrahimmufashil9232
@mohammedibrahimmufashil9232 4 жыл бұрын
Hey Naveen Looking forward to ur upcoming videos on integrating this python project with Jenkins and Pls Don't stop making the series
@ankitpal443
@ankitpal443 2 жыл бұрын
great video....anxiously waiting for the next part.
@ravikanth2396
@ravikanth2396 11 ай бұрын
Thanks a lot for sharing the knowledge..Got good hands-on & exposure on Selenium with Python.
@weirdworld5568
@weirdworld5568 4 жыл бұрын
where is the 3rd part with allure reporting.please upload the next part
@harjeet932
@harjeet932 6 ай бұрын
Hey Naveen Thanks a ton for making this fantastic selenium automation series using python. All the videos are amazing, and the explanation is eloquent. In the last video of this series, you are mentioning that in the next video you will tell us" how to write more generic utilities, and how to generate allure report", but where will we find the next video after this? Thanks, Kudos to your effort in making this amazing series. 🙌🙌
@anilgarad5159
@anilgarad5159 4 жыл бұрын
Hi Naveen, Could you please create next video of this series? Thanks in Advance!!!
@akshatvohra6
@akshatvohra6 4 жыл бұрын
Sir, how can i execute my failed test cases in PyTest. Like i have executed 10 test cases. out of which 5 failed. Now i want to execute those 5 failed test cases again. How can i do it?
@medhanaharihar5885
@medhanaharihar5885 Жыл бұрын
I have implemented this & written 3 tests for the homepage but its login 3 times to access homepage elements.. Can you give me the solution for login only for 1 time & execute all the home page tests later on..
@karanatreya7314
@karanatreya7314 Жыл бұрын
hi, where is the next part of this series.. is it yet to be made or am I missing something? can you help out ..
@alfeshanikachhot3329
@alfeshanikachhot3329 2 жыл бұрын
Hi Naveen sir, I am implementing same using pytest but driver doesn't have auto suggestions like click,send keys. Can you please help?
@rameshprasad8379
@rameshprasad8379 4 жыл бұрын
Hi Naveen... Thanks a lot. Please start Selenium with Python training also
@AbhijeetWaghmare9
@AbhijeetWaghmare9 4 жыл бұрын
Hi Naveen thanks for video, could you please explain in next video how we can add screenshot folder to capture it if test case failed, use of logger, integrating with jenkins and how we can execute test case by specifying the browser name as a parameter
@guddupappu5690
@guddupappu5690 4 жыл бұрын
Hi sir how are u miss u so much i learnt more from you - Guddu ❤ from Tamil nadu
@ashuiet
@ashuiet 4 жыл бұрын
I was waiting this. . .
@sravaniraavi426
@sravaniraavi426 Жыл бұрын
can anyone please post the link for part 3, im not able to find it
@ebabu7485
@ebabu7485 4 жыл бұрын
Great stuff
@samarthjain2524
@samarthjain2524 4 жыл бұрын
Hey naveen, How to prepare testcases automation project which conatin post delete put and read trestcases?? Please make a video on this
@AbhijeetWaghmare9
@AbhijeetWaghmare9 4 жыл бұрын
Hi Naveen by referring your video i have designed a framework for my webapp for now Test_login page is working fine, i have created Dashboard page and test_dashboardpage.py but it is not running, it is failing in collecting items. can you please let me know wht i am doing wrong
@sashankpawar4667
@sashankpawar4667 4 жыл бұрын
Hi Naveen please make a video about your opinion on coding practice sites like hackerrank etc. For beginners to learn coding
@ronny-if7ms
@ronny-if7ms 4 жыл бұрын
Please post the next video aswell and create more content for python plzz
@jackjack-kh2ng
@jackjack-kh2ng 4 жыл бұрын
Hi Sir, Can you please add next video , waiting for last one month? Almost checking every day for next video ? Thanks, JJ
@rama3970
@rama3970 3 жыл бұрын
Hey Naveen, Can you please include the logging part in this framework?
@maheshbabukandukuri1989
@maheshbabukandukuri1989 4 жыл бұрын
Hi Naveen, Thanks for the video...could you pleas tell me how to run only failed tests??
@vpkori
@vpkori 4 жыл бұрын
Naveen, plz make more videos of Selenium using python
@ashutoshpratapsingh6872
@ashutoshpratapsingh6872 4 жыл бұрын
Thanks a ton
@shahidali-zx5bu
@shahidali-zx5bu Жыл бұрын
Where is part 3
@theevenbit2754
@theevenbit2754 4 жыл бұрын
Please continue the Python Selenium #Naveen
@weirdworld5568
@weirdworld5568 4 жыл бұрын
waiting for the next part so sync issue is also resolved and we wont get the timeout exception
@chendukishore5417
@chendukishore5417 2 жыл бұрын
Hey naveen , can you complete this framework tutorial ASAP.. please
@exitstrategy7465
@exitstrategy7465 4 жыл бұрын
please upload the next video looking forward to it for 1 month
@mahanteshmanaguli1847
@mahanteshmanaguli1847 2 жыл бұрын
what is the username and password ...
@mahanteshmanaguli1847
@mahanteshmanaguli1847 2 жыл бұрын
plz reply me ...i am not able login hubspot app
@MultiAwakener
@MultiAwakener 4 жыл бұрын
I can't understand why u loggin again at tests for HomePage??? It's mean that u need repeat all test steps in every test
@haoliva
@haoliva 3 жыл бұрын
well, the only way to test the Home Page is when the login process is complete, therefore you have to do the login first.
@lukasvanek3121
@lukasvanek3121 3 жыл бұрын
@@haoliva Why every test on HomePage have login section?
@lukasvanek3121
@lukasvanek3121 3 жыл бұрын
Why every test on test_HomePage have login section?
@haoliva
@haoliva 3 жыл бұрын
@@lukasvanek3121 it's my understanding that BEFORE you can test anything within the Home Page you have to complete the login process before. There is no way to access the Home Page without completing the login process. I hope that helps.
@td7804
@td7804 2 жыл бұрын
@@haoliva so i wonder if it is the only way, i'm afraid of banning because of that.
@anilgarad5159
@anilgarad5159 4 жыл бұрын
Hi Naveen, Could you please create next video of this series? Thanks in Advance..
PyTest Tutorial For Beginners - Testing Framework For Python
1:23:54
Mukesh otwani
Рет қаралды 117 М.
Part 1: PyTest : Python Test Framework Tutorials
20:37
Naveen AutomationLabs
Рет қаралды 79 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Selenium WebDriver With Python - Installation & First Code - Part 1
31:47
Naveen AutomationLabs
Рет қаралды 115 М.
Part 3: PyTest Fixtures with Selenium || PyTest Html Report
19:31
Naveen AutomationLabs
Рет қаралды 29 М.
Selenium Python Small Sample Project | Page Object Model POM
54:05
Automation Step by Step
Рет қаралды 191 М.
Selenium Python | How to use PyTest
16:36
Automation Step by Step
Рет қаралды 80 М.
Part 6 - How to Parametrize test in PyTest (Parameterization)
21:40
Naveen AutomationLabs
Рет қаралды 21 М.
Part 1: Selenium with Python Behave (BDD) Introduction
10:49
SDET- QA
Рет қаралды 117 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН