Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How Much Testing Is Enough Testing

Samantha Wong
December 21, 2023
6

How Much Testing Is Enough Testing

This was first presented at GovTech's STACK2020 Virtual Conference, from 01-03 Dec 2020.

The recording of the presentation may be found at GovTech's Developer Portal [here]{https://www.developer.tech.gov.sg/communities/events/conferences/stack-2020/overview.html} and on YouTube [here]{https://www.youtube.com/watch?v=-LDuWlIYoR8}.

Samantha Wong

December 21, 2023
Tweet

Transcript

  1. You’ve Heard Of These Before ➔ Functional Testing ➔ Load

    Testing ➔ Integration Testing ➔ User Testing ➔ Smoke Testing ➔ Sanity Testing ➔ Blind Testing ➔ Whitebox Testing ➔ Blackbox Testing ➔ Unit Testing ➔ End to End Testing
  2. You should choose which testings to focus on based on

    your acceptable risks High-traffic user flows like a promotional flow on an e-commerce website
  3. You should choose which testings to focus on based on

    the nature of your application End-to-end testings with your third party agencies
  4. The Spheres of Knowing Stuff I know I know Stuff

    I didn’t know I know Stuff I know I don’t know Stuff I didn’t know I didn’t know
  5. Don’t trust code coverage tools One more thing.. They are

    a source of information, not a source of quality.