【RF库Collections测试】Count Values In List

Name:
Count Values In List
Source:
Collections <test library>
Arguments:
[ list_ | value | start=0 | end=None ]
Returns the number of occurrences of the given `value` in `list`.
The search can be narrowed to the selected sublist by the `start` and `end` indexes having the same semantics as in the `Get Slice From List` keyword. The given list is never altered by this keyword.

场景1:

 

场景2:

 

posted @ 2017-06-19 22:02  垄上行  阅读(438)  评论(0编辑  收藏  举报