当我想使用多个方案时如何编写方案大纲

时间:2018-07-19 20:32:46

标签: cucumber gherkin feature-file

我可以通过多个示例加入多个方案大纲

Something Like this:

Scenario Outline: Valid Scenario
Given i have written <test>
When i execute <code>
Then i <expect> 

Given the test <result>
Then validate the <response>
Then i then validate <query>

*Examples: 
|test| | code | |expect |
|1   | |SOPLN | |"input"|

Examples: 
|result| | response| |query| 
|pass  | |200      | |select* from table1|*

我可以使用双管道而不是单管道吗?     |测试| |代码|期望|代替| test |代码|期望|

0 个答案:

没有答案