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

Testing Flutter Apps-DevfestTanzania

Maureen Josephine
November 08, 2020
26

Testing Flutter Apps-DevfestTanzania

Highlights on why testing Apps is important and how to Test Flutter Apps. Types of Testing in Flutter and a sample demo on how to do the Testing

Maureen Josephine

November 08, 2020
Tweet

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.