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

Tests in Flutter

Kendi J
November 22, 2020

Tests in Flutter

This session was aimed at introducing Flutter developers into writing unit tests, widget tests and integration tests.

Kendi J

November 22, 2020
Tweet

More Decks by Kendi J

Other Decks in Programming

Transcript

  1. 1. What’s Testing and what it entails 2. State of

    TDD Research 3. Why Should we Test Apps? 4. Sample Demo 5. Q & A Agenda
  2. Unit Tests • This is a testing methodology done to

    test individual classes or functions • They help in verifying the behavior of a certain function, method or class.