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

Don’t Forget to Test Your Flutter Code by Boris-Wilfried Nyasse

Don’t Forget to Test Your Flutter Code by Boris-Wilfried Nyasse

Testing is one of the most important phases of app development. You can’t build a high-quality app without testing it. The testing process requires precise planning and execution, but it’s also the most time-consuming part of development.

The Flutter framework provides comprehensive support for Flutter automated testing. Although Flutter is gaining traction, it can easily obscure the beauty of the Dart platform and the way developers can easily test their code.

In this session, we will look at how to build and automate your Flutter app testing.

Bio

Currently working as VP of Engineering for Stack Labs Canada (a consulting company
specialized in architecture and development of cloud solution),

I am a passionate Developer & Cloud/DevOps Architect, and above all passionate about tech, languages, infrastructure, and automation. I enjoy my journey to work with customer Technical leads, client executives and partners to manage and deliver successful migrations to Google Cloud solutions.

I enjoy my journey to ensure that the engineering trains run on time by creating an ideal environment for passionate people. My goal is just to inspire others to continuously improve and raise their standards at all levels of the team : follow best practices of software development. From the code analysis, testing and CI/CD knowledge.

Former founder and co-organizer of the Flutter Toulouse Meetup, it is fun to share my passion for Dart & Flutter. I’ve provided some talks to GDG and DevFest event ( Toulouse, Montpellier, London ).

https://gdgmontreal.com/2020/05/16/may-meetup-online/

GDG Montreal

May 27, 2020
Tweet

More Decks by GDG Montreal

Other Decks in Programming

Transcript

  1. WHO AM I ? WHO AM I ? Boris-Wilfried NYASSE

    @bwnyasse ✓ I am a Stacker @stack_labs ✓ VP of Engineering at Stack-Labs ✓ Google Cloud Architect ✓ Dart & Flutter Enthusiast 
  2. INTEGRATION TESTING - INTEGRATION TESTING - 1/3 1/3 Instrument the

    app to be tested Tests based on SerializableFinders API Run the tests on emulators or real device flutter drive --target=test_driver/app.dart 
  3. DEMO : Writing some tests Following is the technical architecture

    of the application for the demo using Flutter Bloc pattern 
  4. NO EFFORT WITH NO EFFORT WITH CODEMAGIC CODEMAGIC ✓ Git-based

    : AWS CodeCommit, GitLab … ✓ Build / Sign / Publish iOS apps without a Mac ✓ Test your apps on real devices with AWS Farm 
  5. HANDS ON CODE HANDS ON CODE Feel free to fork

    or clone the following project to learn more about testing flutter bwnyasse/flutter-testing-tutorial on my step by step codelab is available github here 