您在黄瓜中的方案大纲是什么意思?
在Examples关键字下,多个数据集以用(||)符号分隔的表的形式表示。每行代表一组数据。
示例
功能文件。
Feature: Login Verification Feature Scenario Outline: Login Verification Given User lands on the home page When Page title is Nhooo Then User keys in "<username>" and "<password>" Examples: | username | password | | Selenium | t123 | | Python |pt123 |
步骤定义文件,然后带有具有参数化的then语句。
示例
@Then (“^User keys in \"(.*)\” and \"(.*)\”$”)
public void user_keys(String username, String password){
System.out.println("The username and password is : " + username
+””+ password);
}热门推荐
10 祝女儿简短祝福语大全
11 大学新年祝福语简短创意
12 元旦适合的祝福语简短
13 朋友出远门祝福语简短
14 初六简短的祝福语
15 祝男孩生日祝福语简短
16 同事调离的祝福语简短
17 拜年红包的祝福语简短
18 妈妈生日祝福语简短励志