使用 Jython 的 Monkeyrunner 自动化
我需要对第三方应用程序进行自动化测试。我只有安装在模拟器中的 apk 文件。可以通过monkeyrunner来实现吗?如果是的话,你能帮我用 Jyton 命令行启动它吗?
I need to automate a testing for an third party application. I've only the apk file which is installed in my emulator. Is it possible to do it through monkeyrunner? If yes can you help me out to start it with Jyton command line?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。为此,您必须调用 Monkeyrunner,它是基于 jython 的解释器。
您可以将其作为 shebang 来调用
如果您使用的是 Linux/OS, X
Yes, it's possible. To do it you have to invoke monkeyrunner, which is the jython based interpreter.
You can invoke it as
or with a shebang, if you are using Linux/OS X