robotframework笔记7

内部资源

*** Settings ***
Library    BuiltIn

外部资源
*** Settings ***
Library    com.mycompany.myproject.MyLib        WITH NAME    MyLib

在后面的代码中,我们可以访问不同的关键字 ︰ 

选择
*** Keywords ***
My Keyword
    MyLib.Mon Keyword        argument

在资源文件中,一般预定义的变量会使用"变量"的关键字 ︰ 

选择
*** Settings ***
Variables    mon_fichier.py

使用"名称与"允许获得一个别名,并相当于"ACE"。

基本规则

*** Variables ***
${message}        Hello, world!
${entier_42}      ${42}
posted @ 2016-04-13 09:48  七月的尾巴_葵花  阅读(247)  评论(0编辑  收藏  举报