软件测试自动化的未来是什么?(5)

发表于:2013-02-16来源:cnblogs作者:Jackei点击数: 标签:
读取外部文件: Import Resource ${CURDIR}/resource.txt Import Resource ${CURDIR}/../resources/resource.html 正则表达式: ${escaped} = Regexp Escape ${original} @{strings} = Regexp Escape @{str

  读取外部文件:

Import Resource

${CURDIR}/resource.txt

Import Resource

${CURDIR}/../resources/resource.html

  正则表达式:

${escaped} =

Regexp Escape

${original}

@{strings} =

Regexp Escape

@{strings}

  重复执行5次 goto pre page 操作:

Repeat Keyword

5 times

Goto Previous Page

 

 

Repeat Keyword

${var}

Some Keyword

arg1

arg2

原文转自:http://www.cnblogs.com/jackei/archive/2012/11/25/2787231.html