Skip to content

Testing

Daniel Wagner edited this page May 30, 2022 · 1 revision

Introduction

Short explanation: https://docs.flutter.dev/testing

In depth tutorial: https://www.raywenderlich.com/29321816-integration-testing-in-flutter-getting-started

Integration testing using Firebase Testlab

  1. Build the app for Android using flutter build apk
  2. Upload apk in testlab for robo tests and test using preset settings (Android Tablets)

Clone this wiki locally