RobortFramework --Run Keyword (if)用法小结:
1、一般使用:
${smlie} Set Variable 999
${New} Set Variable 666
run keyword if '${smlie}'=='999' log yes
2、Run Keyword if 多个关键字使用:
(条件使用and 连接)
${smlie} Set Variable 999
${New} Set Variable 666
run keyword if '${smlie}'=='999' and '${New}'=='666' log yes</