QA Automation: Building Test Case in Python with Selenium

preview_player
Показать описание
QA Automation for Beginners, Python, PyTest, Selenium
Lesson 3: First Test Case using Python & Selenium

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

Hi, I am carrerist graduate taking this mini course. The command (executable_) does not pop up from option or may not be recognized when entering (executable_path=). However (exec) does. does more need to be installed (example selenium, pytest examples you showed) for set up for it to be recognized. I have screen shot but cannot upload here. I double checked spelling. Thanks for your time on this course. I have the set up and want to be able to follow you step by step.

nolanmarshallharris
Автор

THANKS IT WORKED FOR ME. hINT FOR NEWBIES.
"When you copy you path it comes like this
driver =
try this with changing this \ to this /.
driver = "
works all the time no confusion. #Peace

fahadahmedqazi
Автор

Nicely done. One important note: try to use ID as a selector if available. It is the fastest way to find an element and least likely to change.
Use XPath only as a last resort since it is fragile and will likely change as the markup of the page changes.

ChiefRemoteOfficer
Автор

Svetlana, merci !!! ça va beaucoup m'aider

TheTioute
Автор

thanks so much mam, been looking for a non-indian guide and your help me alots

uchihaobito
Автор

Thank you. It's a simple and beautiful explanation. I started learning recently🙏😊

Shukra.
Автор

Hi svetlana, I have a question, at this moment (14:27) why you did not just copy the XPATH of the element (by right clicking on it, then copy xpath) but you go to retrieve it in the console? I understood your method, but trying on my side I saw that it also worked just by copying the xpath of the element via a right click

fogram
Автор

thank you so much!! it helped me a lot

deepti
Автор

Здраствуйте Светлана, У меня версия Python 3.9 все делаю, как вы сказали, но в самом начале не появляется executable path

ossalen
Автор

In recent versions of Selenium, the executable_path argument has been deprecated. Instead, you should use the Service class to specify the path to the ChromeDriver.

MrWilks
Автор

Светлана, отличное видео, продолжайте в том же духе, жду от вас больше видео по автоматизации. Есть к вам пара вопросов: где и как вы учили английский?? проходили ли вы курсы Алексея Баранцева по Селениму? если да, то как вам они? какие вообще курсы по Селениуму вы проходили? и последний на засыпку - как вы решаете задачи, в которых нужно убедится что элемент отсутствует на странице?? Заранее благодарен за ответы!

denismyshkov
Автор

hello, this course is so valauble. i set up my automation environment but when I run the first test in the second video, I get the message "chrome is not callable" please how could I fix this?

FnuFovenKeranKettyDzelamonyuy
Автор

That 'get' attribute doesn't work for the selenium.
Here's an error I receive for that:
AttributeError: 'function' object has no attribute 'get'
How can I solve it?

yuliyneznayko
Автор

Why don't you use WebDriver Manager module to avoid problems with Selenium versioning and not manually update it from time to time, but just forget about it.
Thank u

frusen_sol
Автор

Hi, do you have any example with pytest-bdd? I am from México :)

alatorreracing
Автор

Great vidoes! When I try importing the webdriver from selenium, I get the error message in pychart that says "Unused import statement 'from selenium import webdriver' i followed all of the steps, what am I doing wrong? please helpppp :'(

SeXcLadii
Автор

hello, i tried to connect to the chromedriver but i keep getting an traceback error?

clentonwestoniii
Автор

can u introduce AI in open source automation tool with python under windows 10 environment?

breezenick
Автор

Не очень понял зачем нужно было что-то писать в консоли когда можно кликнуть на элемент в девтулзах -> Copy -> Copy Xpath

fensizor