摘要:
*** Test Cases *** FOR循环1 ${list} create list a b c d FOR ${a} IN ${list} log to console ${a} END LOG TO CONSOLE 循环体外面 结果: ['a', 'b', 'c', 'd'] 循环体外面 阅读全文
摘要:
常用关键字: ${var} set variable hello world #${var}为变量的常用书写格式,set variable设置变量,均为字符串 ${var2} set variable hello world #${var}为变量的常用书写格式,set variable设置变量,均为 阅读全文