摘要: robot系统内置变量 之 空格和空(empty)变量 可以分别使用 ${SPACE} 和 ${EMPTY} 来创建空格和空字符串变量 一个函数,同样的方法,一个需要参数${ids},另一个不需要参数,可以用系统内置变量 空变量 $empty *** Keywords *** keywordtest 阅读全文
posted @ 2020-05-20 08:28 定静沉行 阅读(403) 评论(0) 推荐(0) 编辑
摘要: *** Settings *** Library DatabaseLibrary *** Keywords *** queryDB [Arguments] ${select_sql} connect to database using custom params psycopg2 database= 阅读全文
posted @ 2020-05-20 08:04 定静沉行 阅读(458) 评论(0) 推荐(0) 编辑
摘要: For循环 函数结构范例: :For 变量 IN 序列(or 列表) 关键字 参数值 例子1: ${name} evaluate ['test1','test2','test3']log type(${deleteReq.content}):for ${i} in ${name}\ should b 阅读全文
posted @ 2020-05-20 07:27 定静沉行 阅读(559) 评论(0) 推荐(0) 编辑