Perl 脚本运行 Junit 测试用例并卸载 apk
我想要 Perl 脚本做的是..
- 从 Windows 命令行运行特定的 Junit 测试用例。
- 从 Android 设备或模拟器卸载 Apk 文件。
我在开始使用 1.For step2 时遇到困难,我想我可以使用
adb uninstall package name
谢谢。
What I want my Perl script to do is..
- Run the specific Junit test cases from windows command line.
- Uninstall the Apk file from android device or emulator.
I am having difficulty in getting started with 1.For step2 , I guess I can use
adb uninstall package name
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不必启动 eclipse 来运行 junit 测试用例。
尝试使用命令行通过脚本运行 Junit 测试。
更多信息请点击这里。 http://www.jsystemtest.org/?q=node/44
You don't have to launch eclipse to run junit test cases.
Try running the Junit tests through script using command line.
More information here. http://www.jsystemtest.org/?q=node/44