# Music App UI Testing Series: End-to-End Flutter Testing with Maestro -- Part 2

DevFeed: [Music App UI Testing Series: End-to-End Flutter Testing with Maestro -- Part 2](<https://devfeed.tech/articles/music-app-ui-testing-series-end-to-end-flutter-testing-with-maestro-part-2-22913.md>)

Original publisher: [Read original article](<https://maestro.dev/blog/music-app-ui-testing-series-end-to-end-flutter-testing-with-maestro-part-2>)

Author: Ashish Kharche

Published: 2023-10-17T07:00:00Z

Content type: tutorial

Language: en

Sources: [mobile.dev - Medium](<https://devfeed.tech/sources/mobile-dev-medium.md>)

Topics: [Flutter](<https://devfeed.tech/topics/flutter.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [App](<https://devfeed.tech/topics/app.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [app-development](<https://devfeed.tech/tags/app-development.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [guide](<https://devfeed.tech/tags/guide.md>), [ios](<https://devfeed.tech/tags/ios.md>), [testing](<https://devfeed.tech/tags/testing.md>), [ui-testing](<https://devfeed.tech/tags/ui-testing.md>)

## AI overview

This tutorial explains how to write end-to-end UI tests for a Flutter music app using Maestro on Android and iOS. It covers workspace setup, flow execution order, and organizing tests into journeys and reusable subflows.

## Source excerpt

Write UI tests for your Flutter Apps