我可以通过多个示例加入多个方案大纲
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 |代码|期望|