小编Max*_*iar的帖子

C#specflow无法修复:错误CS1029 #error:'生成错误:序列不包含任何元素'

我试图制作我的第一个自动测试并且我不断收到此错误:错误CS1029 #error:'生成错误:序列不包含任何元素'.

有人可以帮忙吗?

我的specflow feture:

Feature: SpecFlowFeature1
    In order to see and check my todos
    As planning user
    I want to create and see my todos and done todos

@mytag
Scenario: Check default number of todos
    Given user is on todolist.me main page
    Then user sees list of 7 todo''s

Scenario Outline: Check todos creation
    Given user is on todolist.me main page
    When user creates new todo with content: <content>
    Then user sees todo with content: <content>

Scenario Outline: Chech …
Run Code Online (Sandbox Code Playgroud)

c# linq xpath qa specflow

4
推荐指数
1
解决办法
6887
查看次数

标签 统计

c# ×1

linq ×1

qa ×1

specflow ×1

xpath ×1