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

Building a testing culture

Building a testing culture

Pedro Tavares

June 02, 2018
Tweet

More Decks by Pedro Tavares

Other Decks in Programming

Transcript

  1. “It’s time for software developers to take up the mantle

    of responsibility for what they produce.
  2. We do not know how much an increase in coverage

    can decrease the number of defects.” “
  3. def add(x,y) x + y end def add(x,y) x -

    y end Source Code Mutation
  4. Instead of writing hundreds of test cases, write an abstract

    model of the system and generate a set of test cases.” “
  5. Formal methods use mathematical proof as a complement to system

    testing in order to ensure correct behavior.” “
  6. People who are successful at automating tasks tend to work

    this way in every aspect of their jobs. It is just how they work; it is part of their culture. “ ”