为了更容易地修改部分有默认值的参数,我们在Robot Framework 2.5中增加了新的语法。有了这些语法,就能通过“argname=value”的格式直接修改参数的默认值。而需要使用默认值的参数就可以不用去理会了。下面的例子使用了与前面例子中一样的关键字来说明这种语法。在这个例子中,未指定的参数将获得他们的默认值。
使用命名参数的关键字
Test Case |
Action |
Argument |
Argument |
Argument |
Named Arguments |
[Documentation] |
Not specified |
arguments get |
default values |
Example Keyword |
arg3=value |
|
|
|
Example Keyword |
arg2=xxx |
arg3=yyy |
|