how mozilla uses selenium

Post on 26-Jun-2015

392 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Selenium(and how Mozilla uses it)

Style Guide

# Gooddef click_login(self) self.selenium.find_element(*self._login_locator).click() # Baddef click_login(self) if not self.is_user_logged_in: self.selenium.find_element(*self._login_locator).click() else: pass

http://bit.ly/mozwebqa-styleguide

Custom Plugin

http://bit.ly/pytest-mozwebqa

Continuous Integration

http://ci.mozilla.org

Demos

The Future

VMWare ESXMozTrap

Integration

SecurityTesting

PerformanceTesting

Test Users

Questions?

Get Involved!http://bit.ly/webqa-automation

@mozwebqa

top related