gpt4 book ai didi

.net - 为什么我的场景大纲在 SpecFlow 中没有被调用?

转载 作者:行者123 更新时间:2023-12-01 05:23:27 25 4
gpt4 key购买 nike

我有一个场景大纲如下:

Scenario Outline: Create Request Custom Export With XML, Comma Delimited, Tab Delimited 
Given a user has entered the following data
| Custom Export | File Format | Vendor |
| Custom Export 1 | <File Format> | 001_TestsVendor_Rp |
When I save
Examples:
| File Format |
| XML |
| Comma Delimited |
| Tab Delimited |

但是当我运行场景时,场景大纲没有被调用。但是正常的场景运行的很好,代码有没有需要修改的地方?

最佳答案

不就是因为你的场景大纲栏<Format>与您的示例列不匹配 File Format ?

我还想问你是否真的需要在大纲中使用表格,如果你使用它可能会读得更好

Given we are using a custom export of type Custom Export 1
And a <Format> file format
And vendor 001_TestsVendor_Rp

关于.net - 为什么我的场景大纲在 SpecFlow 中没有被调用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15196330/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com