Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于机器人测试用例,是否可以显示用户关键字来自的用户库?
例如:如果库是 com.mycompany.HelloWorld 并且用户关键字是 sayHello
测试用例将是:
你好测试 ${variable} 打个招呼
是否可以按如下方式添加用户库:
你好测试 ${variable} HelloWorld.sayHello
对的,这是可能的。
这在文档中进行了解释:http ://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.8.1#specifying-a-keyword-explicitly