1、Run Keyword:运行关键字
2、Run Keyword If:当满足条件时运行关键字(当满足条件时,运行关键字get time,根据个人情况替换关键字)
3、Run Keyword Unless:当条件不满足时运行关键字
4、Repeat Keyword:重复运行某些关键字
5、Run Keywords:运行多个关键字
6、Run Keyword And Return:运行关键字并返回结果【建议通过关键字搜索查看语法】
7、Run Keyword And Return If:当满足条件时运行关键字并返回结果
8、Run Keyword And Continue On Failure:失败后仍运行指定关键字
9、Run Keyword And Ignore Error:运行关键字并忽略错误
10、Run Keyword If All Tests Passed:所有测试用列通过后运行关键字【用于Suite Teardown】
11、Run Keyword If All Tests Failed:在任一测试用列失败后运行关键字【用于Suite Teardown】
12、Run Keyword If Test Passed:测试用例通过后运行关键字【用于Test Teardown】
13、Run Keyword If Test Failed:测试用例失败后运行关键字【用于Test Teardown】
14、Run Keyword If Timeout Occurred:测试用例超时后运行关键字【用于Test Teardown】
版权归原作者 阿寮 所有, 如有侵权,请联系我们删除。