简体   繁体   English

有没有办法在不使用测试工具的情况下测试 android 应用程序操作

[英]Is there a way to test android app actions without using the test tool

我目前正在尝试将我的应用程序发送给一组测试人员,我想知道是否有一种方法可以让他们在无需访问项目或测试工具的情况下测试应用程序操作。

You have two options: Share the adb commands that App Actions Test Tool (AATT) generates or use Google Assistant.您有两个选择:共享应用操作测试工具 (AATT) 生成的 adb 命令或使用 Google 助理。 You still require to create a preview for the Google accounts testing App Actions.您仍然需要为测试应用操作的 Google 帐户创建预览。

I think what you are looking for is some App Distribution .我认为您正在寻找的是一些App Distribution You will have to register your applications with Firebase, but this will allow you to send specific versions of your app to testers.您必须向 Firebase 注册您的应用程序,但这将允许您将应用程序的特定版本发送给测试人员。 This is very similar to TestFlight on iOS.这与 iOS 上的 TestFlight 非常相似。 This does require that you generate an APK file and upload to the Firebase account.这确实需要您生成一个 APK 文件并上传到 Firebase 帐户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 应用操作未与应用操作测试工具一起运行 - App Action not running with App Actions Test Tool 在 Android 上,我无法让 actions.intent.OPEN_APP_FEATURE 在应用程序操作测试工具之外工作 - On Android, I cannot get actions.intent.OPEN_APP_FEATURE to work outside the App Actions Test Tool 应用程序操作:使用测试工具但不使用语音 - app actions: work with test tool but not with voice App Action 适用于 App Actions 测试工具,但不适用于 Google Assistant - App Action Works on App Actions Test Tool But not On Google Assistant 为什么[App Actions Test Tool]不支持快捷方式xml文件? - Why [App Actions Test Tool] not support shortcuts xml file? 如何使用 Google Assistant 测试 App Actions? - How to test App Actions using Google Assistant? Android:“测试”应用程序的快速方法 - Android: Fast way to “test” app 为什么我的应用可以与应用操作测试工具一起使用,但在 Play 商店发布时却不行? - Why does my app work with app actions test tool, but not when it's published on the play store? OPEN_APP_FEATURE 操作无法通过语音命令运行 [通过应用程序操作测试工具完美运行] - OPEN_APP_FEATURE action not working through voice command [Works perfactly via App Actions Test Tool] Google上的操作-无法测试Android上的应用操作意图 - Actions on Google - Unable to test intent for app action on Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM