08:robotframework变量文件与python测试库
2021-02-16 21:17
标签:star ddc pve sse radmin cte system ffd image 首先我们要创建Variables表 @{database} 127.0.0.1 3306 ${user1} name=auto pw=sdfsdfsdf 使用变量文件 ***Settings*** variables cf.py robot --variablefile cfg\cfg.py tc\t1.robot cfg.py--python文件定义的变量 rc.botot
在文件中改路径麻烦,执行命令中输入路径
def returnlist(): return 【1,2】 def returnlist(): return 【1,2】 returnlist return list returnl list 01:变量表中声明变量
#变量文件也可提供公共变量给RF使用
database = [‘192.168.10.1‘,‘3306‘]
user1={‘name‘:‘auto‘,‘pwd‘:‘sdfsdfsdf‘}
*** Settings ***
variables cfg.py
02:相对路径:
03:python扩展关键字
文章标题:08:robotframework变量文件与python测试库
文章链接:http://soscw.com/index.php/essay/56260.html