Development Setup: Python

To create Selenium test cases using Python you will need to setup your development environment correctly. For this, you can use any Python IDE and a unit test framework of your choice. This lesson contains examples for PyUnit but any other Unit Testing framework can also be used.

In this lesson you will learn:

  • Setup Python and PyUnit
  • Add the webdriver reference
  • Run test cases

Prerequisites:

Ideally, you should complete these lessons first:

Get Started: