Session 2- Python Programming for Selenium

preview_player
Показать описание
Topics :
------------
1) Delete a Variable
2) Operators
3) Concatenation
4) ways to print a variable
5) How to take input from user
6) Convert string to number format
7) Control Statements - Conditional Statements

#########################
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
*****************************

Selector Hub Tools
*****************

GraphQL
*********

Cypress API Testing
****************

Cypress Web Testing
*****************

Playwright with Javascipt
*********************

#PythonSelenium
#PythonAutomation
#SeleniumTesting
#PythonWebTesting
#AutomatedTesting
#WebAutomation
#TestAutomation
#PythonCode
#SeleniumFramework
#PythonDevelopment
#SeleniumTips
#WebTesting
#SeleniumPython
#AutomateWithPython
#SeleniumTutorials
#PythonWebDriver
#TestWithSelenium
#SeleniumTestCases
#PythonTesting
#WebTestFramework
#SeleniumTricks
#AutomateWebTesting
#SeleniumProjects
#PythonSeleniumExamples
#SeleniumTraining
#TestAutomationScripting
#SeleniumScripts
#PythonWebTesting
#AutomatingWithSelenium
#SeleniumBeginner
#PythonSeleniumTips
#SeleniumFrameworkGuide
#AutomatedBrowserTesting
#PythonTestingTricks
#SeleniumWebDriver
#TestAutomationBestPractices
#SeleniumExpert
#PythonTestingFrameworks
#SeleniumChallenges
#AutomatingWithPython
#WebTestingWithSelenium
#SeleniumAutomationTricks
#PythonTestingTools
#SeleniumTutorialSeries
#AutomatedBrowserScripts
#SeleniumWebElements
#PythonSeleniumProjects
#SeleniumDebugging
#AutomatedTestingTips
#PythonSeleniumTraining
Рекомендации по теме
Комментарии
Автор

w_n= input("enter week name in lower case letter only")

if (w_n == "sunday"):
print ("week day 1")
elif (w_n == "monday"):
print ("week day 2")
elif (w_n == "tuesday"):
print ("week day 3")
elif (w_n == "wednesday"):
print("week day 4")
elif (w_n == "thursday"):
print("week day 5")
elif (w_n == "friday"):
print("week day 6")
elif (w_n =="saturday"):
print ("week day 7")
else:
print ("invalid week name ")

poornam
Автор

I have already done your manual testing and it's also helped me a lot
sir your are real hero of the nation

omucreations
Автор

Parikshanna prashikshannam hetu bahu-bahu dhanywaadah Pawan Mahoday 🙏

sureshkumarpeddi
Автор

Thanks Understood all the topics and worked on the programs gave by you and able to solve them perfectly in different ways.

someshbalija
Автор

Topics Covered:
1) Delete a Variable
2) Operators
3) Concatenation
4) ways to print a variable
5) How to take input from user
6) Convert string to number format
7) Control Statements - Conditional Statements

shivasubramaniam
Автор

Thank you for creating this series It's really helpful🙏

vaibhavjadhav
Автор

your explanation is simple and easily understandable. Thank you so much

narendrakumarduvvarapu
Автор

Hii Sir This is Gautam
Thank You Sir For Creating this wonderful series.

GautamKumar-qxrt
Автор

hi sir, i saw manual testing vedios after i started phython vedios.thank you sir

umamachupalli
Автор

It's really helpful, thank you so much for your efforts sir

ketanraut
Автор

a, b, c=10, 30, 40
If a>=b>=c:
print(" a is largest")
elif b>=a>=c:
print(" b is largest")
elif c>=b>=a:
print(" c is largest")
else:
print("given number is invalid")

prabhudarling
Автор

Best Teaching .. Please start Classes for DATA SCIENCE etc...

venkatramana
Автор

Hi, thank u sir ur providing the skills thank u so much

charanviswasi
Автор

Hello sir, May we write ELIF function in a single line ? Like we are doing with if & else ( print(xxx) if xxxx else print(xxx))

MiniMarvelsStudio-os
Автор

Sir, Ternary Operator with 3 conditions is not possible in Python, just like C Ternary operator to compare 3 numbers.

LearnEasilyWithPD
Автор

Sir can’t find the drive link for the practice, can u please send it

swathi
Автор

hlo sir, thank u for making videos, it is really helpul, in description u added udemy courses is youtube videos and udemy videos are same or different

ShilpaVempalli
Автор

Your lectures are awesome 👌, iam following t learn automation

TheGinger_Garlic
Автор

# assignment 4.:-
weekname = input("Enter the given week name: ")
if weekname=='sunday':
print("rank of week is first week")
elif weekname=='monday':
print("rank of week is second week")
elif weekname=='tuesday':
print("rank of week is third week")
elif weekname=='wednesday':
print("rank of week is fourth week")
elif weekname=='thusday':
print("rank of week is fifth week")
elif weekname=='friday':
print("rank of week is sixth week")
elif weekname=='saturday':
print("rank of week is seventh week")
else:
print("invalid week name")

shainchain
Автор

sir, how to get the teaching materials ?

afgh