菜鸟教程小白 发表于 2022-12-13 02:53:45

android - iOS/Android 自动化与第三方应用程序交互?


                                            <p><p>我正在寻找可以自动化 iOS/Android 的各种自动化套件。我有一个应用程序使用来自 native 操作系统的第三方视频/音频/照片/。
<br/>
<br/>
我之前在android上使用过Robotium,但我无法让它拍摄照片/视频/音频等,谷歌的研究表明这是不可能的。 </p>

<p><br/>
<br/>
我也尝试使用 Calabash-iOs/Calabash-Android,但在尝试从测试应用程序之外的应用程序获取视频/照片/音频时遇到了同样的问题。</p>

<p><br/>
对于 iOS 和/或 Android 测试套件有什么建议吗?</p>

<p>谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p><strong> <a href="http://developer.android.com/tools/testing/testing_ui.html" rel="noreferrer noopener nofollow">uiautomator</a>允许自动化您需要的功能。</strong> </p>

<p>它可以访问系统功能和预装的应用程序。 </p>

<blockquote>
<p>The challenges include:</p>

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

<hr/>

<p>附: Calabash 和 Robotium 无助于第三方应用程序的自动化。我都用过。</p></p>
                                   
                                                <p style="font-size: 20px;">关于android - iOS/Android 自动化与第三方应用程序交互?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/17153177/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/17153177/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - iOS/Android 自动化与第三方应用程序交互?