Thanks to Karen Greaves and
Samantha Laing
A Coach’s Guide to Agile
Testing
https://leanpub.com/AgileTesting
Slide 23
Slide 23 text
What’s
Our Job?
Slide 24
Slide 24 text
Who
guarantees
“quality” ??
Slide 25
Slide 25 text
Risk
Slide 26
Slide 26 text
Value
Slide 27
Slide 27 text
Risk and Value
guide all our tests.
ESPECIALLY
WebDriver tests
Slide 28
Slide 28 text
Types of
Testing
Slide 29
Slide 29 text
“test”
versus
“check”
Slide 30
Slide 30 text
Any failure is
a
starting point
Slide 31
Slide 31 text
Unit Tests
Slide 32
Slide 32 text
40 hours TIMES $20 per hour EQUALS $800
Slide 33
Slide 33 text
Integration
(or Service)
Tests
Slide 34
Slide 34 text
Using Postman
When I call the create item web service
with a new item service template
Then the item shows up in the database
Slide 35
Slide 35 text
User Interface
(or end-to-end)
Slide 36
Slide 36 text
(NOT
“just” testing of
JavaScript in
browser)
Slide 37
Slide 37 text
Using any of our supported browsers
And I don’t have anything in my cart
When I add bacon, tires, and a frog to my cart
Then I will see those items in my cart
Slide 38
Slide 38 text
Exploratory
Testing
Slide 39
Slide 39 text
Using SQL Injection, malformed data, and
oversized data
I’m going to explore the search product screens
For 45 minutes
To see what interesting (and scary!) stuff I can
find