robot  framework中的列表,就相当于python中的列表,或者java中的list;

 

====================================================================================================

 

示例:在robot  framework中,可以使用create  list来创建一个列表,并且在创建列表时,添加3个元素,然后使用log关键字进行输出:

 

@{list1}                                                                Create  List                            hello                                robot                          framework

log                                                                        @{list1}

相关文章:

  • 2022-12-23
  • 2021-12-20
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
猜你喜欢
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案