on top of the pyramid

15
ON TOP OF THE PYRAMID

Upload: jamesottaway

Post on 09-Jul-2015

155 views

Category:

Technology


6 download

DESCRIPTION

A few notes from my view at the top of a testing pyramid. Includes how I use selenium-webdriver, or watir-webdriver, with page objects. The grand finale touches on a new concept of 'test augmentation' which offers a new take on the maintenance vs. confidence tradeoff of a typical test automation framework.

TRANSCRIPT

Page 1: ON TOP OF THE PYRAMID

ON TOP OF THE PYRAMID

Page 2: ON TOP OF THE PYRAMID

TEST PYRAMID

Page 3: ON TOP OF THE PYRAMID

AUTOMATE THAT SHIT!

Page 4: ON TOP OF THE PYRAMID

IT’S A BLACK BOX

Page 5: ON TOP OF THE PYRAMID

SELENIUM AND/OR WEBDRIVER

Page 6: ON TOP OF THE PYRAMID
Page 7: ON TOP OF THE PYRAMID
Page 8: ON TOP OF THE PYRAMID

DRIVERS

Page 9: ON TOP OF THE PYRAMID

<CODE>

Page 10: ON TOP OF THE PYRAMID

WATIR-WEBDRIVER

Page 11: ON TOP OF THE PYRAMID

<CODE>

Page 12: ON TOP OF THE PYRAMID
Page 13: ON TOP OF THE PYRAMID

<CODE>

Page 14: ON TOP OF THE PYRAMID

TEST AUGMENTATION