Python With Selenium Automation Testing
Python With Selenium Automation Testing
Automation Testing
By:
Anup Chandrahasan
Test Engineer
PIT Solutions Pvt Ltd
Contents
• What is Python
• How to install Python
• How to install PIP
• How to add selenium files to python framework
• How to run a simple automation python program using selenium &
IDLE (Python IDE)
• Simple step to write a test result into excel file using python.
• RIDE Framework
• How to install RIDE framework using Python PIP.
Contents..
• How to run a simple automation program using RIDE Framework.
• Result viewing & generation using RIDE.
• Comparison between python webdriver & RIDE framework.
• Comparison between Python Webdriver integration & Java Webdriver
integration.
Python
• Python is a programming language.
• Python is a kind of scripting language like MATLAB.
• It is free open source.
• Has wide range of frameworks.
• Has wide range of modules & tools.
• Wide range of platforms.
PIP
• PIP is a recursive acronym meaning acronym calling itself.
• PIP = PIP Installs Packages.
Install Selenium using Python
• pip install selenium