简体   繁体   中英

iOS/Android automation to interact with third party applications?

I'm looking for various automation suites that can automate iOS / Android. I have an application that uses the third party Video/Audio/Photo/ from the native OS.

I was using Robotium with android before but I couldn't get it to take a photo/video/audio etc and research on google stated this wasn't possible.



I also attempted to use Calabash-iOs/ Calabash-Android but ran into the same problem when trying to take the video/photo/audio from an application outside the testing application.


Any recommendations for testing suite for iOS And/or Android?

Thanks!

uiautomator allows to automate features you need.

It can access system features and pre-installed apps.

The challenges include:

1) only one language for development – Java; 2) and it works only on Android 4.0 or later.


PS Calabash and Robotium will not help to automate third party apps. I've used them both.

I would like to suggest you Appium, This tool gives you access to do the stuffs you are trying to do:

http://appium.io/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM