[Flutter]Tests strategy in Flutter

I read the documentation of Flutter 1.0 based. I also tried to run each test type explained by the documentation.

Flutter has three type testing feature. When I saw the page and below a table, I remember my opinion for mobile test automation like 1 or 2. The flutter also has a similar role for each test type, and they also prepare testing tools for them on their own.

UnitWidgetIntegration
ConfidenceLowHigherHighest
Maintenance costLowHigherHighest
DependenciesFewMoreMost
Execution speedQuickSlowerSlowest

It was very excited for me.

I tried to run each test in https://github.com/KazuCocoa/my_flutter_app2 . The app was based on the default app. I have added widget and integration tests for them. (Very simple one though)

link: [Flutter]Flutter app with Appium

1 Comment

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.