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

Testing Layers - ngBigParty

Testing Layers - ngBigParty

A shorter version of my Testing Layers talk, adapted for ngBigParty conference in Prague 12.10.2016

Andrei Pfeiffer

October 13, 2016
Tweet

More Decks by Andrei Pfeiffer

Other Decks in Programming

Transcript

  1. what to test? public API no private code our own

    code no 3rd party code business logic no GUI
  2. how to test? white box use real objects no stubs

    / mocks test database fixtures
  3. integration level confidence run frequency setup high high low complex

    low low high simple e2e unit speed low high maintainability fragile solid