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

Software Testing Quotes

Software Testing Quotes

You can let all the different types of testing scare you out of your pants or you can look at the funny side of testing. These quotes could be a starting point...

Nick Parfene

April 23, 2015
Tweet

More Decks by Nick Parfene

Other Decks in Programming

Transcript

  1. • Installation testing
    • Compatibility testing
    • Smoke and sanity testing
    • Regression testing
    • Acceptance testing
    • Alpha testing
    • Beta testing
    • Functional vs non-functional testing
    • Destructive testing
    • Software performance testing
    • Usability testing
    • Accessibility testing
    • Security testing
    • Internationalization and localization
    • Development testing
    • A/B testing
    • Concurrent testing
    • Conformance testing or type testing
    Testing is a complicated beast. But it can also be fun

    View Slide

  2. The starting point for
    improvement is to recognize the
    need.

    View Slide

  3. Focus on lower costs often
    leads to lower quality. Focus on
    higher quality always leads to
    lower costs.

    View Slide

  4. A relatively small number of
    causes will typically produce a
    large majority of the problems or
    defects.

    View Slide

  5. Always code as if the guy who
    ends up maintaining your code
    will be a violent psychopath who
    knows where you live.
    Martin Golding

    View Slide

  6. A program which does not work
    is undoubtedly wrong, but a
    program which does work is not
    necessarily right.

    View Slide

  7. Programming is like sex: a
    single mistake leads to
    providing support for a lifetime.

    View Slide

  8. All code is guilty, until proven
    innocent.

    View Slide

  9. If debugging is the process of
    removing bugs, then
    programming must be the
    process of putting them in.
    Edsger Dijkstra

    View Slide

  10. Software and cathedrals are
    much the same: first we build
    them, then we pray.

    View Slide

  11. Absence of evidence is not
    evidence of absence.

    View Slide

  12. Debugging is twice as hard as
    writing the code in the first place.
    Therefore, if you write the code as
    cleverly as possible, you are, by
    definition, not smart enough to
    debug it.
    Brian W. Kernighan

    View Slide

  13. Everything human is at least a
    little bit broken.

    View Slide

  14. Testing is organised skepticism.

    View Slide

  15. Trying to improve software
    quality by increasing the amount
    of testing is like trying to lose
    weight by weighing yourself
    more often.

    View Slide

  16. 3 Biggest Software Lies:
    •The program’s fully tested and
    bug-free
    •We’re working on the
    documentation
    •Of course we can modify it

    View Slide

  17. Quality means to also do things
    right when no one is looking.

    View Slide

  18. Where is the ‘any’ key?”
    (Homer Simpson, trying to figure
    out the “Press any key”
    notification)

    View Slide

  19. Quality represents the wise
    choice of many alternatives.

    View Slide

  20. When debugging, novices insert
    corrective code; experts remove
    defective code.
    Richard Pattis

    View Slide

  21. If you don’t like testing your
    product, most likely your
    customers won’t like to test it
    either.

    View Slide

  22. Quality is remembered long after
    the price is forgotten.

    View Slide

  23. Program testing can be a very
    effective way to show the
    presence of bugs, but is
    hopelessly inadequate for
    showing their absence.
    Edsger Dijkstra

    View Slide

  24. Software testing is the art of
    trying to increase confidence in
    a product by pointing out
    everything that is wrong with it.

    View Slide

  25. f u cn rd ths, u cn gt a gd jb n
    sftwr tstng.

    View Slide

  26. If automation processes had
    been flawless, they would have
    been called "automagic".

    View Slide

  27. With good program architecture
    debugging is a breeze,
    because bugs will be where
    they should be.
    David May

    View Slide

  28. The bitterness of poor quality
    remains long after the
    sweetness of meeting the
    schedule has been forgotten.

    View Slide

  29. Fundamentally you can’t do your
    own QA, it’s a question of seeing
    you own blind spots.

    View Slide

  30. Software testers do not make
    software; they only make them
    better.

    View Slide

  31. If you automate a mess, you get
    an automated mess.

    View Slide

  32. The trouble with programmers
    is that you can never tell what
    a programmer is doing until it’s
    too late.
    Seymour Cray

    View Slide

  33. Fast, good, cheap: pick any
    two.

    View Slide

  34. If you don’t care about quality,
    you can meet any other
    requirement.

    View Slide

  35. One of my most productive
    days was throwing away 1000
    lines of code.

    View Slide

  36. Measuring programming
    progress by lines of code is
    like measuring aircraft building
    progress by weight.

    View Slide

  37. If you don’t care about quality,
    you can meet any requirement.

    View Slide

  38. Bad programmers have all the
    answers.
    Good testers have all the
    questions.

    View Slide

  39. Why do we never have time to
    do it right, but always have time
    to do it over?
    Murphy’s Law

    View Slide

  40. Alpha is simply that you want
    somebody to share your pain!

    View Slide