Robot Framework(8)- Collections 测试库常用的关键字列表
如果你还想从头学起Robot Framework,可以看看这个系列的文章哦!
https://www.cnblogs.com/poloyy/category/1770899.html
前言
所有关键字的栗子,在后面会进行补充哦,现在先了解它的作用是啥
BuiltIn 库中的以下关键字也可以与列表和词典一起使用
关键字 | 适用对象 |
---|---|
Create List | lists |
Create Dictionary | dicts |
Get Length | both |
Length Should Be | both |
Should Be Empty | both |
Should Not Be Empty | both |
Should Contain | both |
Should Not Contain | both |
Should Contain X Times | lists |
Should Not Contain X Times | lists |
Get Count | lists |
A、C 开头的常用关键字列表
Dict 开头的常用关键字列表
主要针对 Dict 变量的操作
Get 开头的常用关键字列表
I、L 开头的常用关键字列表
主要针对 List 变量的操作
R 开头的常用关键字列表
S 开头的常用关键字列表