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

The Less Dull Bits of Testing

The Less Dull Bits of Testing

Testing can be boring, but there's also some interesting ways you can check your application. I'll be going through some interesting tools and techniques, showing them in action, and who knows — maybe we'll break something while we do so.

Daniel Shaw

July 07, 2015
Tweet

More Decks by Daniel Shaw

Other Decks in Programming

Transcript

  1. Manual acceptance testing Automated (BDD) testing Installation testing Compatibility testing

    Smoke/Sanity testing Destructive testing Performance testing Usability testing Accessibility testing Security testing Fuzz testing Soak testing Monkey testing
  2. Load test
 Stress test
 Soak test
 Regression test Will it

    cope under our normal load? Will it do so continuously? How much can I push it? Is it still working ok?