Sessions
GOTO Amsterdam 2022

Monday Jun 13
15:30 –
16:10
Graanbeurszaal

Testing in Production

How do you know your feature is working perfectly in production? If something breaks in production, how will you know? Will you wait for a user to report it to you? What do you do when your staging test results do not reflect current production behavior? If you want to test proactively as opposed to reactively, try testing in production!

By testing in production, you have increased accuracy of test results, your tests will run faster due to the elimination of mocks and bad data, and you will have higher confidence before releases.

You can accomplish this through feature flagging, continuous delivery, and data cleanup. Only when your end-to-end tests pass in production will you know that your features are truly working. After this session Talia Nassi will leave you with strategies to mitigate risk, to better your understanding of the steps to get there, and to shift your company’s testing culture, so you can provide the best possible experience to your users.

In this talk, you'll learn:

  • You will learn how to safely test your code in production
  • You'll learn how to use feature flagging
  • How to mitigate risks of testing in production
  • You'll learn how to shift your company’s testing culture
programming
back-end
front-end
continuous delivery