SlideShare a Scribd company logo
Flight Checks:
Quality Assurance for Releases that Prevent
Disasters from Escaping into the Wild
Brie Hoblin
@bhoblin
QA Engineer
Sage Logik, LLC
Imagine…
You work at a start-up, and a client is breathing down
your neck…(or your boss’s neck)
Saying “this next release is absolutely the most important
release ever”
“…And by the way can you just add these 3 little things by
Thursday?” (It is Tuesday.)
…And then your project manager says “SURE!”
…And then all the developer’s heads explode.
And as the QA Engineer, you say
Maybe that’s a
familiar situation…
Imagine…
Or maybe you work at a big company…
And there’s some really big new features that have been in
testing for close to 2 weeks…
And on the last day of testing you find there’s a really big
bug that impacts crucial functionality…
Now what?
Today we’re going to talk about 2
things:
Making Deployment
Decisions…
1. How to make (or at least communicate
recommendations to the people who do make)
decisions to release (with bugs), or delay, and whether
or not to rollback vs. hotfixing in production when bugs
do make it out into the wild
Release / delay?
Rollback / hotfix?
Disaster
Avoidance/Prevention
2. How to reduce the likelihood that those high pressure
moments will happen or, in other words,
How to prevent disasters
But first let’s back up for a minute
How do we know a disaster when
we see one?
What exactly constitutes a
‘disaster’?
First let’s look at some well-known
disasters recognized by history:
Mars Climate Orbiter
• Designed to gather data on Mars’ climate & atmosphere
• & to be the communications relay for Mars Polar Lander
But…
It approached the planet at the
wrong angle…
…And then it exploded.
Why?
Because one of the scientists that worked on
the ground-based computer software
created output in units of pounds/seconds
instead of the SI units of newton/seconds
specified in the contract between NASA and
Lockheed.
Wrong units!!!
Or what about the Prius software
bug in 2014?
• Various warning lights would light up
• Car would enter ‘safe mode’
• Some cars stopped suddenly while being driven
Why?
Because a few software settings caused
higher thermal stress in certain
transistors, causing them to become
damaged or deformed.
Spaghetti Code!
Lack of integration
testing!
“But we work on websites not cars
or spacecraft!”
Amazon 1p price glitch:
Why?
• Caused by a glitch in 3rd party software provided by
Repricer Express
• Repriced thousands of products from mattresses to
Playstation 4’s to just 1p
• Small retailers lost tens of thousands of dollars overnight
and faced bankruptcy
• Both Amazon & RepricerExpress did not offer any
compensation to sellers
3rd party software fail!
Whenever we have a client paying
us to make them software, there’s
important stuff on the line.
So what made those bugs
disasters?
A disaster is (for the purposes of this presentation) a
software bug that harms:
o The client’s bottom line
o The users’ bottom line
o The client’s faith in you
o The users’ trust in the website / app
o Users’ ability to use the website/app
OR
o Your reputation
To an untenable degree.
Caveats
…Or causes maimings or deaths
(Therac 25, Toyota Camry--Barbara Schwarz)
….Otherwise probably has to affect
a significant number of users (if 2% of
users lose faith in your website, may not be a ‘disaster’)
Additionally…
• How will the bug impact internal
resources as you make reparations / fixes?
• Can the user recover by taking a
reasonable action?
• How captive is your audience?
• Have you exposed sensitive data?
Can you recognize a
disaster?
Scenario 1: You work on a website that sells outdoor gear
and it is discovered a few hours after your latest release
that there is a javascript error that causes the quantity of
the last item in the cart to decrease when the user uses the
mouse to scroll down the page to click “Purchase,” leading
to incorrect totals/ missing items in the order that the user
may not notice on the following confirmation page—but
the incorrect total is displayed.
Disaster?
Maybe
Impacts user’s trust in the website to an untenable
degree…(“I didn’t get my medium blue softshell jacket
before I left for vacation!”)
Unless the company makes quick reparations.
So NOT a disaster unless handled poorly by the company,
OR if the cost is too great in terms of internal resources
needed to make reparations, resulting in damage to the
company’s bottom line—was the bug released during a
time of high traffic? Are there a lot of orders to fix?
Scenario 2: You work on a website similar to jumponit and
as you navigate from the homepage to a specific deal and
then back to the homepage, the website loses track of your
geolocation and changes your ‘current location’ to a
random city. There is no way for the user to reselect their
location. This bug is not discovered until after being
released and is reported by a user in a large metropolitan
area almost 24 hours after the release.
Disaster
• If verified, this impacts a large group of users, maybe all
users
• There is no way for users to recover
• Website is completely unusable to anyone who doesn’t
happen to be randomly traveling to wherever the
website decided they were located
• Impacts user’s trust in the website, BUT users will
probably come back because there’s good deals
• More importantly is impact on bottom line from lost
sales for period of time bug was out there
Scenario 3: The client calls and screams at your project
manager because they can’t log in as a full admin and view
important financial reports. They’ve been trying to reach
your company for hours because there is a big finance
review meeting in 10 minutes…
Disaster
(or at least pretty close to it)
At that point you’ve probably
significantly dinged your client’s
trust in you.
When things look like
disasters but aren’t…
Maybe not ideal, but…
• Client reports terrible bug while smoke testing a new
release…turns out they haven’t cleared their cache
• Company admin reports terrible bug while
impersonating user…that does not affect actual users
• Homepage of website initially loads fine, but then goes
blank and reports no results found for your area after
about 20 seconds…but it’s ok because most users click
on something and go to another page in the first 5
seconds
When things don’t look
like disasters but are…
Looks fine, really isn’t!
• Lack of integration testing so everyone knows it’s fine
within their part of the app/website but no one has
tested the whole thing
• Third party software changes that go unnoticed
• Subtle calculation errors when checking out, especially
in fees, taxes, or percentages paid out to vendors
• Works in your neck of the woods but nowhere else
(geolocation issues specific to other geolocations, time
zone issues specific to other time zones)
Looks fine, really isn’t!
• Everyone tests in Chrome but significant % of users has
issue in other browser
• Everyone tests web and completely forgets mobile
• Subtle calculation errors leading to falsely positive
results in business reports
Let’s carry this all one step
further…
Deploy or Delay?
• When possible do a little of both. Three hours of testing is
better than none.
• Start ups are a culture of higher risk—so be prepared to take
more risks and test less than you would in a more established
company—lean towards deploying
• Really focus whatever time for testing you have on core
functionality and on the devices used the most to access your
website/app
• Devote some sliver of time to testing admin functionality
• If core functionality is compromised, DELAY
• Consider the quality of what is currently out there—if latest
release is an improvement, release it even with the bugs
Deploy or Delay?
• Scenario 1: You’re testing an app that is map-based and
it doesn’t load smoothly. You can’t zoom in or out
effectively, and it takes forever for parts of the map to
load. You feel frustrated trying to use the app, so the
users will too. It’s slow and stutters on both iPhones and
Androids. You can find the information you’re looking
for, it just takes a long time and a lot of patience. The
current version of the app crashes every 30 seconds and
you cannot accomplish any basic tasks.
Deploy or Delay?
Scenario 2: The website you’re testing allows users to
barter for services with each other, review each other
publicly, and post items for sale. It is currently very stable
and usable but is only available in your local city. This next
release is to expand the website into 3 additional cities. You
discover in the eleventh hour of testing that new users
cannot successfully sign up—something broke in the most
recent round of fixes. Additionally, existing users can no
longer review each other.
Rollback?
• Have a rollback plan in place. Decide ahead of time what will
trigger a rollback.
• Is core functionality being impacted?
• Will a fix (either coding it or testing it) take a significant
amount of time?
• How easy is it to rollback? Was everything snapshotted at the
same time? Will info be lost in the meantime?
• How recent is your database backup?
• Are there database migrations that are either difficult, or
require more time to rollback?
• How long will it take to rollback vs. hotfixing?
• The risk of rollback failing is equal to the risk of failure to
deploy
Scenario 1: After the latest release you discover during
smoke testing that you cannot successfully purchase
anything on the website. The lead dev determines it will
take them a full day to fix things. You know the team has
been able to snapshot everything for a stable save point
across different components of the website.
Scenario 2: After the latest software release, you discover
that 3 important variables that are used to generate
financial reports concerning overall revenue are being
calculated at inflated values. All 3 are consistently inflated
by 12.5%. The developers need a few days to fix things. To
rollback would be difficult because it turns out there is a
problem with your database backup.
Hotfix?
• Is it a small change?
• Does it involve any dependencies?
• Is it impossible to rollback?
• Is core functionality being compromised?
Scenario 1: You’re smoke testing a release and notice that
the company name is spelled wrong on the homepage, in
the header.
Scenario 2: Your company just did a major release that
adds a new feature to your website where users can upload
photos and automatically create a slideshow for their
listings in your directory. Unfortunately all the existing
photos on the website are now not loading, and, users
cannot upload photos either. And even though everything
worked in your test environment, it also turns out that
users cannot create a new listing in the directory either.
Preventing Disasters
Recipe for Disaster:
• Culture of ego, devs who assume they can pull it off
rather than asking thorough questions
• Lack of communication about requirements
• Project manager who always says yes to the client
• Culture that does not adequately weigh the risks of
moving too fast against the value of testing and doing
things right
Recipe for Disaster:
• Testing has been outsourced overseas
• Team has no diversity
• Lots of third party dependencies
• Lack of time for testing
• When devs are expected to do most of the testing
• When devs are not aware of widely accepted design
standards
• Party culture that is cavalier about business needs of
client
Preventing Disasters:
• When in doubt, ask questions!
• Involve QA in the design process
• Foster interdependence vs competition
• Be thorough about requirements gathering and then firm
with client about not changing them for that release
• Take the potential for disaster seriously. You are not
immune.
• If testing is going to be outsourced, up communication.
Preferably, keep testing in house.
Preventing Disasters:
• Value diversity within your team. If your team lacks
diversity seek other individuals to offer quick feedback.
• Be diligent about integration testing around third party
software. (And be clear about how they will handle bugs
in their software if it leads to loss of revenue.)
• QA time should be roughly equal to dev time. Really.
• Even the best devs mostly test that things work. QA will
actually try to break things. Don’t leave all the testing to
devs.
• Encourage devs to be aware of existing design
standards.
• Work hard, then play hard. Client’s needs are main
focus.
Thank you!
Brie Hoblin
@bhoblin
brie@sagelogik.com
Sage Logik, LLC
Resources
http://www.computerworld.com/article/2515483/enterprise-
applications/epic-failures--11-infamous-software-bugs.html
http://www.reuters.com/article/us-toyota-recall-
idUSBREA1B1B920140212
http://www.safetyresearch.net/blog/articles/toyota-
unintended-acceleration-and-big-bowl-
%E2%80%9Cspaghetti%E2%80%9D-code
http://www.computerworlduk.com/it-vendors/amazon-1p-
price-glitch-who-should-pay-up-3591160/
Resources Cont’d
http://www.cityam.com/205643/amazon-glitch-sparks-
outrage
https://blackpixel.com/writing/2015/06/why-good-qa-
matters-to-businesses.html
http://www.inc.com/adam-vaccaro/diversity-and-
performance.html

More Related Content

PDF
What's next? J and beyond keynote 2015
PDF
All the world's a stage – the next step in automated testing practices
PDF
Preparing For The Flood. How Do You Conduct Load Testing To Ready Your WordPr...
PDF
Moore vs. May - everything is faster and better: we can fix that
PPTX
Real world software launch
PDF
Bootstrapping your startup & building it lean: stop wasting time
PDF
The Future of Web Apps
PDF
Building a Great AEM Team: Time Warner Cable's Journey
What's next? J and beyond keynote 2015
All the world's a stage – the next step in automated testing practices
Preparing For The Flood. How Do You Conduct Load Testing To Ready Your WordPr...
Moore vs. May - everything is faster and better: we can fix that
Real world software launch
Bootstrapping your startup & building it lean: stop wasting time
The Future of Web Apps
Building a Great AEM Team: Time Warner Cable's Journey

What's hot (18)

PPTX
WordCamp NL 2016
PPTX
Web benefits
ODP
9 Productive Tips to Work Faster
PDF
A call to JS Developers - Let’s stop trying to impress each other and start b...
PDF
Responsive, adaptive and responsible - keynote at NebraskaJS
PDF
The Seven DevOps Sins
PDF
Turning huge ships - Open Source and Microsoft
PDF
The State of the Web - Helsinki meetup
PDF
Tips & tricks for building your product quicker
PDF
Are You Really Using Kanban?
PDF
Creating a Pipeline - LeanAgileKC 2015
PDF
Breaking out of the Tetris mind set #btconf
PPTX
The StartUp Agency - A Case Study on CFPB
PDF
How We Make Apps And Services
PDF
The image problem of the web and how to solve it…
PDF
FutureOfAgile
PDF
Continuous integration
PPTX
Doing monitoring right
WordCamp NL 2016
Web benefits
9 Productive Tips to Work Faster
A call to JS Developers - Let’s stop trying to impress each other and start b...
Responsive, adaptive and responsible - keynote at NebraskaJS
The Seven DevOps Sins
Turning huge ships - Open Source and Microsoft
The State of the Web - Helsinki meetup
Tips & tricks for building your product quicker
Are You Really Using Kanban?
Creating a Pipeline - LeanAgileKC 2015
Breaking out of the Tetris mind set #btconf
The StartUp Agency - A Case Study on CFPB
How We Make Apps And Services
The image problem of the web and how to solve it…
FutureOfAgile
Continuous integration
Doing monitoring right
Ad

Similar to Flight checks -QA for Releases that Prevent Disasters from Escaping into the Wild (20)

PDF
When Things Go Bump in the Night
PPTX
PuppetConf2012GeneKim
PDF
Career Choice for Graduates
PDF
Go or No-Go: Operability and Contingency Planning at Etsy.com
PPTX
Unit - V Software Release.pptx Ahhaa rhii
PPTX
Unit - V Software Release.pptxsusudbdhjd
PPTX
Unit - V Software Release.pptxjvhmjhihhj
PDF
All That Glitters Is Not Gold: Usability Design for "When Things Go Wrong"
PDF
Display Link Release Management
PPTX
Elite Bug Squashing
PDF
Release Management for Large Enterprises
PDF
Rilasciamo rilasciamo
PPT
179 black-box-software-testing-copyright-2003-cem-kaner1652
PDF
Acquia Managed Cloud: Highly Available Architecture for Highly Unpredictable ...
PPTX
ISTQBCH1 Manual Testing.pptx
PDF
Fixing security by fixing software development
PDF
Oracle R12 Upgrade Lessons Learned
PDF
Designing and Deploying Internet-Scale Services
PPTX
SYSNGS BUGS - definition, lifecycle and what can I do with them as a developer
PDF
Vulnerability Management In An Application Security World
When Things Go Bump in the Night
PuppetConf2012GeneKim
Career Choice for Graduates
Go or No-Go: Operability and Contingency Planning at Etsy.com
Unit - V Software Release.pptx Ahhaa rhii
Unit - V Software Release.pptxsusudbdhjd
Unit - V Software Release.pptxjvhmjhihhj
All That Glitters Is Not Gold: Usability Design for "When Things Go Wrong"
Display Link Release Management
Elite Bug Squashing
Release Management for Large Enterprises
Rilasciamo rilasciamo
179 black-box-software-testing-copyright-2003-cem-kaner1652
Acquia Managed Cloud: Highly Available Architecture for Highly Unpredictable ...
ISTQBCH1 Manual Testing.pptx
Fixing security by fixing software development
Oracle R12 Upgrade Lessons Learned
Designing and Deploying Internet-Scale Services
SYSNGS BUGS - definition, lifecycle and what can I do with them as a developer
Vulnerability Management In An Application Security World
Ad

Recently uploaded (20)

PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Nekopoi APK 2025 free lastest update
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
ai tools demonstartion for schools and inter college
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
System and Network Administration Chapter 2
PPTX
Introduction to Artificial Intelligence
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Nekopoi APK 2025 free lastest update
Navsoft: AI-Powered Business Solutions & Custom Software Development
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Design an Analysis of Algorithms I-SECS-1021-03
PTS Company Brochure 2025 (1).pdf.......
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
ai tools demonstartion for schools and inter college
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
System and Network Administration Chapter 2
Introduction to Artificial Intelligence
wealthsignaloriginal-com-DS-text-... (1).pdf
CHAPTER 2 - PM Management and IT Context
VVF-Customer-Presentation2025-Ver1.9.pptx
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Wondershare Filmora 15 Crack With Activation Key [2025
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...

Flight checks -QA for Releases that Prevent Disasters from Escaping into the Wild

  • 1. Flight Checks: Quality Assurance for Releases that Prevent Disasters from Escaping into the Wild Brie Hoblin @bhoblin QA Engineer Sage Logik, LLC
  • 2. Imagine… You work at a start-up, and a client is breathing down your neck…(or your boss’s neck)
  • 3. Saying “this next release is absolutely the most important release ever”
  • 4. “…And by the way can you just add these 3 little things by Thursday?” (It is Tuesday.)
  • 5. …And then your project manager says “SURE!”
  • 6. …And then all the developer’s heads explode.
  • 7. And as the QA Engineer, you say
  • 9. Imagine… Or maybe you work at a big company…
  • 10. And there’s some really big new features that have been in testing for close to 2 weeks…
  • 11. And on the last day of testing you find there’s a really big bug that impacts crucial functionality…
  • 13. Today we’re going to talk about 2 things:
  • 14. Making Deployment Decisions… 1. How to make (or at least communicate recommendations to the people who do make) decisions to release (with bugs), or delay, and whether or not to rollback vs. hotfixing in production when bugs do make it out into the wild Release / delay? Rollback / hotfix?
  • 15. Disaster Avoidance/Prevention 2. How to reduce the likelihood that those high pressure moments will happen or, in other words, How to prevent disasters
  • 16. But first let’s back up for a minute
  • 17. How do we know a disaster when we see one?
  • 18. What exactly constitutes a ‘disaster’?
  • 19. First let’s look at some well-known disasters recognized by history:
  • 21. • Designed to gather data on Mars’ climate & atmosphere • & to be the communications relay for Mars Polar Lander
  • 22. But… It approached the planet at the wrong angle…
  • 23. …And then it exploded.
  • 24. Why?
  • 25. Because one of the scientists that worked on the ground-based computer software created output in units of pounds/seconds instead of the SI units of newton/seconds specified in the contract between NASA and Lockheed.
  • 27. Or what about the Prius software bug in 2014?
  • 28. • Various warning lights would light up • Car would enter ‘safe mode’ • Some cars stopped suddenly while being driven
  • 29. Why?
  • 30. Because a few software settings caused higher thermal stress in certain transistors, causing them to become damaged or deformed.
  • 31. Spaghetti Code! Lack of integration testing!
  • 32. “But we work on websites not cars or spacecraft!”
  • 33. Amazon 1p price glitch:
  • 34. Why?
  • 35. • Caused by a glitch in 3rd party software provided by Repricer Express • Repriced thousands of products from mattresses to Playstation 4’s to just 1p • Small retailers lost tens of thousands of dollars overnight and faced bankruptcy • Both Amazon & RepricerExpress did not offer any compensation to sellers
  • 37. Whenever we have a client paying us to make them software, there’s important stuff on the line.
  • 38. So what made those bugs disasters?
  • 39. A disaster is (for the purposes of this presentation) a software bug that harms: o The client’s bottom line o The users’ bottom line o The client’s faith in you o The users’ trust in the website / app o Users’ ability to use the website/app OR o Your reputation To an untenable degree.
  • 40. Caveats …Or causes maimings or deaths (Therac 25, Toyota Camry--Barbara Schwarz) ….Otherwise probably has to affect a significant number of users (if 2% of users lose faith in your website, may not be a ‘disaster’)
  • 41. Additionally… • How will the bug impact internal resources as you make reparations / fixes? • Can the user recover by taking a reasonable action? • How captive is your audience? • Have you exposed sensitive data?
  • 42. Can you recognize a disaster?
  • 43. Scenario 1: You work on a website that sells outdoor gear and it is discovered a few hours after your latest release that there is a javascript error that causes the quantity of the last item in the cart to decrease when the user uses the mouse to scroll down the page to click “Purchase,” leading to incorrect totals/ missing items in the order that the user may not notice on the following confirmation page—but the incorrect total is displayed.
  • 45. Impacts user’s trust in the website to an untenable degree…(“I didn’t get my medium blue softshell jacket before I left for vacation!”) Unless the company makes quick reparations. So NOT a disaster unless handled poorly by the company, OR if the cost is too great in terms of internal resources needed to make reparations, resulting in damage to the company’s bottom line—was the bug released during a time of high traffic? Are there a lot of orders to fix?
  • 46. Scenario 2: You work on a website similar to jumponit and as you navigate from the homepage to a specific deal and then back to the homepage, the website loses track of your geolocation and changes your ‘current location’ to a random city. There is no way for the user to reselect their location. This bug is not discovered until after being released and is reported by a user in a large metropolitan area almost 24 hours after the release.
  • 48. • If verified, this impacts a large group of users, maybe all users • There is no way for users to recover • Website is completely unusable to anyone who doesn’t happen to be randomly traveling to wherever the website decided they were located • Impacts user’s trust in the website, BUT users will probably come back because there’s good deals • More importantly is impact on bottom line from lost sales for period of time bug was out there
  • 49. Scenario 3: The client calls and screams at your project manager because they can’t log in as a full admin and view important financial reports. They’ve been trying to reach your company for hours because there is a big finance review meeting in 10 minutes…
  • 50. Disaster (or at least pretty close to it)
  • 51. At that point you’ve probably significantly dinged your client’s trust in you.
  • 52. When things look like disasters but aren’t…
  • 53. Maybe not ideal, but… • Client reports terrible bug while smoke testing a new release…turns out they haven’t cleared their cache • Company admin reports terrible bug while impersonating user…that does not affect actual users • Homepage of website initially loads fine, but then goes blank and reports no results found for your area after about 20 seconds…but it’s ok because most users click on something and go to another page in the first 5 seconds
  • 54. When things don’t look like disasters but are…
  • 55. Looks fine, really isn’t! • Lack of integration testing so everyone knows it’s fine within their part of the app/website but no one has tested the whole thing • Third party software changes that go unnoticed • Subtle calculation errors when checking out, especially in fees, taxes, or percentages paid out to vendors • Works in your neck of the woods but nowhere else (geolocation issues specific to other geolocations, time zone issues specific to other time zones)
  • 56. Looks fine, really isn’t! • Everyone tests in Chrome but significant % of users has issue in other browser • Everyone tests web and completely forgets mobile • Subtle calculation errors leading to falsely positive results in business reports
  • 57. Let’s carry this all one step further…
  • 58. Deploy or Delay? • When possible do a little of both. Three hours of testing is better than none. • Start ups are a culture of higher risk—so be prepared to take more risks and test less than you would in a more established company—lean towards deploying • Really focus whatever time for testing you have on core functionality and on the devices used the most to access your website/app • Devote some sliver of time to testing admin functionality • If core functionality is compromised, DELAY • Consider the quality of what is currently out there—if latest release is an improvement, release it even with the bugs
  • 59. Deploy or Delay? • Scenario 1: You’re testing an app that is map-based and it doesn’t load smoothly. You can’t zoom in or out effectively, and it takes forever for parts of the map to load. You feel frustrated trying to use the app, so the users will too. It’s slow and stutters on both iPhones and Androids. You can find the information you’re looking for, it just takes a long time and a lot of patience. The current version of the app crashes every 30 seconds and you cannot accomplish any basic tasks.
  • 60. Deploy or Delay? Scenario 2: The website you’re testing allows users to barter for services with each other, review each other publicly, and post items for sale. It is currently very stable and usable but is only available in your local city. This next release is to expand the website into 3 additional cities. You discover in the eleventh hour of testing that new users cannot successfully sign up—something broke in the most recent round of fixes. Additionally, existing users can no longer review each other.
  • 61. Rollback? • Have a rollback plan in place. Decide ahead of time what will trigger a rollback. • Is core functionality being impacted? • Will a fix (either coding it or testing it) take a significant amount of time? • How easy is it to rollback? Was everything snapshotted at the same time? Will info be lost in the meantime? • How recent is your database backup? • Are there database migrations that are either difficult, or require more time to rollback? • How long will it take to rollback vs. hotfixing? • The risk of rollback failing is equal to the risk of failure to deploy
  • 62. Scenario 1: After the latest release you discover during smoke testing that you cannot successfully purchase anything on the website. The lead dev determines it will take them a full day to fix things. You know the team has been able to snapshot everything for a stable save point across different components of the website.
  • 63. Scenario 2: After the latest software release, you discover that 3 important variables that are used to generate financial reports concerning overall revenue are being calculated at inflated values. All 3 are consistently inflated by 12.5%. The developers need a few days to fix things. To rollback would be difficult because it turns out there is a problem with your database backup.
  • 64. Hotfix? • Is it a small change? • Does it involve any dependencies? • Is it impossible to rollback? • Is core functionality being compromised?
  • 65. Scenario 1: You’re smoke testing a release and notice that the company name is spelled wrong on the homepage, in the header.
  • 66. Scenario 2: Your company just did a major release that adds a new feature to your website where users can upload photos and automatically create a slideshow for their listings in your directory. Unfortunately all the existing photos on the website are now not loading, and, users cannot upload photos either. And even though everything worked in your test environment, it also turns out that users cannot create a new listing in the directory either.
  • 68. Recipe for Disaster: • Culture of ego, devs who assume they can pull it off rather than asking thorough questions • Lack of communication about requirements • Project manager who always says yes to the client • Culture that does not adequately weigh the risks of moving too fast against the value of testing and doing things right
  • 69. Recipe for Disaster: • Testing has been outsourced overseas • Team has no diversity • Lots of third party dependencies • Lack of time for testing • When devs are expected to do most of the testing • When devs are not aware of widely accepted design standards • Party culture that is cavalier about business needs of client
  • 70. Preventing Disasters: • When in doubt, ask questions! • Involve QA in the design process • Foster interdependence vs competition • Be thorough about requirements gathering and then firm with client about not changing them for that release • Take the potential for disaster seriously. You are not immune. • If testing is going to be outsourced, up communication. Preferably, keep testing in house.
  • 71. Preventing Disasters: • Value diversity within your team. If your team lacks diversity seek other individuals to offer quick feedback. • Be diligent about integration testing around third party software. (And be clear about how they will handle bugs in their software if it leads to loss of revenue.) • QA time should be roughly equal to dev time. Really. • Even the best devs mostly test that things work. QA will actually try to break things. Don’t leave all the testing to devs. • Encourage devs to be aware of existing design standards. • Work hard, then play hard. Client’s needs are main focus.