flutter_testing_tutorial icon indicating copy to clipboard operation
flutter_testing_tutorial copied to clipboard

Testing Tutorial for my video series of testing

Odysee Badge YouTube Badge Twitch Badge Flutter Explained

Flutter Explained Testing Tutorial

A tutorial for flutter testing guided by YouTube videos of Flutter Explained.

Videos

Follow the tutorial

You can follow the tutorial explained in the video if you check out the different "tutorial" branches. Every branch will contain several todos that will help you to follow along and help you writing your first tests.

Table of Contents

  1. Basic App
  2. Testing Packages
    • Honey
    • Patrol
    • Fluttium
  3. Unit Testing
  4. Integration Testing
    • Solution
    • Tutorial

Keep in Mind

Unit Tests should be ...

  • easy to write and maintainable
  • should be readable
  • should be reliable
  • should be fast
  • should be independent