robot framework采用行为驱动
新建测试案例baidu04,添加Library:Selenium2Library
右键项目名robotProject-->New Resource-->输入名字“keywords-bdd”
右键“测试元素层.txt”,-->New User Keyword,
1.关键字:I have ${url} open
2.关键字:I input ${text}
3.关键字:I close Browser
4.测试套件Serach添加Resource:keywords-bdd.txt,案例步骤如下:
时间: 2024-11-05 21:58:07