This is a project to show examples of automated Web UI testing.
- Sample web application for testing is in the mysite folder
- Install python
- Install Django djangorestframework django-filters markdown pygments
- run python manage.py syncdb
The sample webapplication is a Django app. Refer to this link for Django installation: https://docs.djangoproject.com/en/1.6/intro/tutorial01/