I have a cross-platform mobile application (WindowsMobile, Android, Symbian), written in C++ for performance reasons. This application has quite an ext开发者_Go百科ensive GUI.
What would be the best way to automate its testing? My first ideas was to use emulators but I hear that it is not very reliable to test this way.
You can try with the Amazon device farm. It's a paid service of but it was a great experience to work with this tool. Happy testing.
You can use appium for this.
Real iOS device: https://github.com/appium/appium/blob/master/docs/mobile-web.md#mobile-safari-on-a-real-ios-device
Real Android device: https://github.com/appium/appium/blob/master/docs/mobile-web.md#mobile-chrome-on-emulator-or-real-device
精彩评论