如何在 android 工作室中为 android 应用程序编写测试用例并在 Appium 服务器中生成结果?

How to write test cases for an android app in the android studio and results in Appium server?

我在 android 工作室开发了一个 android 应用程序,我需要对其进行测试。我选择了 Appium 作为我的测试工具来测试应用程序。我需要知道如何通过在 android 工作室(在 macOS High Sierra 版本 10.13.6 中)编写测试用例来使用 Appium 测试 android 应用程序。任何人都可以提供我做这项工作的详细过程吗?

平台:Android studio 3.2.2, 测试工具:Appium v​​1.9.2, 操作系统:macOS High Sierra 10.13.6.

我需要知道如何在 android 工作室中编写测试用例以仅使用 Appium 测试 android 应用程序。

我看了很多文档,但我不明白如何完成它。

已经有一些与您想要的案例相关的问题。但是他们都面临着使用 Android 项目实施 Appium 测试的问题。

最好将 Android 项目和您的 Appium 测试项目分开。

查看我对类似问题的回答/评论here