FlowUI is a simple application for creating and running automation tests on Android & iOS devices and simulators. No developer experience is required. It will be OpenSourced to https://github.com/FlowUI/FlowUI if it gets enough interest. ?- Easy setup - simple double-click and run. ?- Tests are be easy to read/write/maintain so that 1000s of tests can be managed by few people. ?- Can link into existing CI systems ?- Tests are not be flakey ?- Parallelized testing ?- App inspection so that QA can see the View in the app's view hierarchy ?- UnitTests are traditionally written by developers. Internal knowledge of the app is required there. UI Testing, however, deals with testing the compiled app to test functionality. I believe this this type of testing should therefore be blackbox. FlowUI enables blackbox testing, removing the need to mix testing code with your app. All that is required is your compiled .app file. ?- Tests are recording-based, removing the need for developer experience. However, although it is recording based, It provides the same power, simplicity and flexibility as tests written with raw code. ?- Handles multiple localizations Give FlowUI a try. It may be a solution for the difficulty of Appium.



