问题标签 [xamarin-test-cloud]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
692 浏览

xamarin - calabash-android build in Mac giving [Error]Could not find an Android SDK please make sure it is installed

I am trying to build calabash-android in my mac i am getting the following error

I also checked my bash_profile for SDK it is perfectly fine as below

0 投票
1 回答
74 浏览

xamarin - 如何测试使用 XAMARIN 开发的应用程序

如何对使用 Xamarin 开发的应用程序进行测试?因为我对它完全陌生,请帮帮我。xamarin 测试云是否仅用于 UI 测试?手动测试是否可行。

0 投票
1 回答
58 浏览

unit-testing - 在 Xamarin 测试云自动化方面需要帮助

在 Xamrain 测试云中,Xamarin.UITest/Calabash 都是单元测试吗?如果我的应用程序是用 Xamarin 编写的,因为我对 c# 不太满意,我不能用葫芦写吗?

0 投票
2 回答
788 浏览

windows - 在 Visual Studio 中哪里可以找到 Xamarin 测试记录器?

我使用 Visual Studio 。我使用 Xamarin 云。我为 VS 安装了 Test Recoder。我在编辑器图标 Test Recoder 中没有看到。如何为 VS 运行 Test Recoder?

0 投票
2 回答
180 浏览

xamarin - 如何将 HTTP 请求从设备发送到在 Xamarin 测试云的测试运行程序中运行的服务器

我正在使用 Xamarin.UITest 对 Android 和 iOS 应用程序进行自动化测试。这个应用程序向网络服务器发出一些 HTTP 请求。
出于测试目的和轻松响应测试用例所需的数据,我在测试中启动了一个临时 HTTP 服务器(我正在使用 HttpListener)并调整应用程序,因此它向这个临时服务器发出请求。

当我在我的设备和模拟器上本地运行测试时,一切正常。
当我在 Xamarin 测试云中运行测试时,我无法连接到 HTTP 服务器。在这种情况下,网址将是http://executionhost11.prod :/...

Xamarin 测试云中是否可以使用此用例?
我是否必须使用某些特定端口(我尝试过 8081 和 7103)?

0 投票
1 回答
37 浏览

xamarin-test-cloud - 在 Xamarin 测试云中进行测试时失去控制

通过测试应用程序进入电话簿或 gmail 或播放 YouTube 后,我失去了测试或查询的所有控件。一旦它开始发挥作用,我就会失去控制。然后我必须手动处理它。在 Repl 模式下写树时,我什么也看不到。

0 投票
3 回答
517 浏览

visual-studio - What is Xamarin Test Cloud for?

I am working on developing a Xamarin hybrid (html+js+css) application for Android using Visual Studio for iOS.

My client wants to upload builds (of the app) to the Xamarin Test Cloud. I am new to Xamarin, so I have no idea about Xamarin Test Cloud. I have done some research and found that we can write test cases in our application and send them to Xamarin Test Cloud.

So far I understand it, Xamarin Test Cloud is only for app testing purposes, not for sharing buildAs with multiple users or clients. Am I right or not?

Please let me know more about Xamarin Test Cloud, i.e what are the uses of it.

0 投票
1 回答
101 浏览

xamarin - 是否可以使用 Xamarin UI.test c# 测试混合应用程序并将相同的测试上传到云?

我为我的混合应用程序(不是用 Xamarin 编写)开发了一个 Xamarin UI 测试。这是一个 android 应用程序,我使用 Visual Studio2015 进行基于 c# 的测试脚本开发。

现在我需要将测试上传到 Xamarin 测试云吗?可能吗 ?如果是,那么如何?谢谢。

0 投票
1 回答
3246 浏览

xamarin - 如何在 Xamarin 测试云不失败的情况下检查 UI 元素是否存在?

我正在使用 Visual Studio C# 和 Xamarin 来开发 iOS 应用程序。我有一个在 Xamarin 测试云中运行的 UI 自动化。

我想检查一个弹出窗口是否存在,如果它存在我想关闭它,否则测试应该继续。我在测试方法中使用的代码如下:

问题是catch不起作用。当测试在 Xamarin 测试云中运行时,测试仍然失败并出现超时错误查找元素。

有谁知道如何在不通过测试的情况下做到这一点?

0 投票
0 回答
47 浏览

xamarin - Is there any API to download Xamarin test cloud run snapshots?

I have a script which sends UI automation to test cloud and reads command output. What I would like to do is after test run finishes, download all the snapshots from test cloud. Then I can have script which runs locally to do some post verification without having someone go to the site and view each image manually. Do you know if this is possible?

Thanks,