Slide 3
Slide 3 text
Objective
aka What’s in this for you?
● Cover Web UI automation using
Selenium with a focus on the Python
programming language
● Learn how to easily gather Web UI
information, record their actions and
play them back via Selenium IDE or
Scirocco
● Write Python code to perform the
same actions
● Run your code with unitest and
py.test
● Time allowing, use SauceLabs to
execute automated tests on multiple
types of operating systems and web
browser combinations.
● BONUS: Travis.CI