Friday, September 18, 2015

Selenium scripting using python

Hi there.......You may worked on selenium using JAVA. But there are some more other languages are also there which supports Selenium.

From that bunch of languages....I selected Python for scripting. I felt very happy when I executed my first script using Python. you also feel that enjoy with these posts.
-------------------------------------------------------------------------------------------

In order to work with selenium using python..It is mandatory to have python in your machine.

Not only that...you need some more also, like
1. Python
2. Eclipse
3. PyDev - Python IDE for Eclipse
4. WxPython
5. PIP
6. Python specific Selenium Package

Why Python: Here we are using Python as a scripting language for selenium, so we need python Interpreter to convert our source code into byte code.



Why Eclipse: It is an IDE, used to generate our testscripts using python.



Why PyDev: It is an add on to Eclipse IDE, which helps the programmer to write programs using Python.



Why WxPython: It generates the required files which can give their support for healthy python scripting.



Why PIP: All the selenium packages are available in this file.



Why Python Specific Selenium Package: All the methods and classes related to Selenium using Python are available in this.




The above all are very basic requirements to use Python in Selenium Scripting.

Follow this link for Python & Remaining softwares installation

http://seleniumautomationeasy.blogspot.in/2015/09/setting-selenium-test-envirnment-python.html

If you like the information......share our blog with all our friends.


Thankyou....................Prasad


 

1 comment: