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

Front-end automated testing

Front-end automated testing

Slides of a presentation that I made for my job colleagues about front-end tests.

luiznasciment0

April 28, 2021
Tweet

Transcript

  1. Confidence • No developer should fear the code • Constantly

    refactoring and improving • Catch bugs locally • Take every opportunity to guarantee that it works
  2. Scalability • Techinical scalability • People scalability • Maintainable projects

    • Assure that new features don’t break old ones • Documentation
  3. Time • First barrier is NOT small • It IS

    faster. • Less bugs, less problems, less rollbacks • Thins won’t break out of nothing • There is no superhero
  4. People • Good tech companies do it • Higher level

    • Attractive for awesome developers
  5. • Use cases coverage > Code coverage • What is

    an integration test? • What about unit tests? • And what about E2E? • User behavior • Learning from other companies