Perl 脚本运行 Junit 测试用例并卸载 apk

发布于 2024-12-11 19:57:48 字数 222 浏览 0 评论 0原文

我想要 Perl 脚本做的是..

  1. 从 Windows 命令行运行特定的 Junit 测试用例。
  2. 从 Android 设备或模拟器卸载 Apk 文件。

我在开始使用 1.For step2 时遇到困难,我想我可以使用

     adb uninstall package name

谢谢。

What I want my Perl script to do is..

  1. Run the specific Junit test cases from windows command line.
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日裸衫吸 2024-12-18 19:57:48

您不必启动 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文