Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用机器人测试的应用程序。应用程序的所有功能都经过正确测试。最后,此应用程序使用媒体播放器播放特定内容。媒体播放器是第二个应用程序。因此,在播放时,我无法使用 Solo.sendKey 命令从播放器返回(我认为这是因为播放器是另一个应用程序)。有什么方法可以使用 robotsium 与第一个应用程序从第一个应用程序进行通信?
不幸的是没有。Robotium 一次只能测试一个应用程序。