随笔分类 -  RFT

摘要:一、运行某一条测试用例 robot --<测试用例名> in <用例所在suite路径> robot -t <projectname.suitename.testname> <工程路径> (-t 同 --test) 二、运行某个测试套 robot <suite路径> robot -s <projec 阅读全文
posted @ 2020-06-30 17:05 fyangq 阅读(2106) 评论(0) 推荐(0)
摘要:*** Settings ***Library DateTime #import datetime Library StringResource 资源文件.robotVariables vars.pyDocumentation 练习脚本,涉及变量和关键字应用... Author:fyangq... 阅读全文
posted @ 2020-06-29 16:51 fyangq 阅读(325) 评论(0) 推荐(0)