常用Build-in Keywords

Posted 小猪爱jshell

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常用Build-in Keywords相关的知识,希望对你有一定的参考价值。

1. Variables

  |- Set variable

  |- Create list

  |- Evaluate

  |- Get variable

 

2. Conditional

  |- Run Keyword If

  |- Run Keyword And Continue On Failure 

  |- Run Keyword If Test Passed

  |- Run Keyword And Expect Error

  |- Run Keyword And Ignore Error

  |- Run Keyword And Return Status

 

3. Assertion

  |- Should Contain

  |- Should Be Equal

  |- Should Match Regexp

 

4. Flow Control

  |- For

  |- Exit For Loop

  |- Continue For Loop

 

以上是关于常用Build-in Keywords的主要内容,如果未能解决你的问题,请参考以下文章