boiler plate for UI testing using:
- selenium python bindings
- nosetest
- install pip if needed
sudo easy_install pip
- install nosetest
sudo easy_install nose
- install selenium python bindings
pip install selenium
enter nosetests
into command line
enter nosetests --with-xunit
into command line