xamarin - Xamarin Test Cloud 中的场景概述

标签 xamarin calabash scenarios xamarin-test-cloud query-by-example

我尝试在 Xamarin 测试云上运行我的葫芦测试 - 我意识到运行包含示例表的场景大纲存在问题。

Scenario Outline: Examine Landing Page
    #Given I open application
    Then I see the button <button>

    Examples: Buttons on Landing Page
        |button             |
        |booking history    |
        |User Preferences   |
        |Log In             |

有遇到类似问题并解决的吗?
场景大纲是否适用于 Xamarin 测试云?

最佳答案

实际上,Xamarin Test Cloud 确实支持场景大纲 - 它看起来很不错。如果您联系支持人员,我们可以帮助查看您的测试套件。

关于xamarin - Xamarin Test Cloud 中的场景概述,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29557712/

相关文章:

ios - Calabash-iOS 和 Xcode

validation - 如何在没有验证规则的情况下在 Yii2 中创建场景?

xamarin - Visual Studio 2017 您的模拟器已过时,请通过启动 android studio 进行更新

ios - 在 ios 模拟器中使用 ruby​​ 更改场景失败时 calabash 截取的屏幕截图路径

xamarin - 如何在 sqlite.net PCL 中使用 InsertOrReplace?

ruby - 无法加载此类文件 -- 2.2/gherkin_lexer_en,如何解决?

testing - POM 中的 JBehave 错误!找到多个注释.. : - Missing artifact org. jbehave :jbehave-core:zip:resources:3. 5- SNAPSHOT :compile. .etc

background - 在 Specflow 的特征文件中使用钩子(Hook)

android - 旋转设备时 RecyclerView/MapView 崩溃

android - Xamarin Log.v 相当于打印到控制台/logcat