纸通宝交易版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
446 B

*** Variables ***
${num} [1,2,3]
*** Test Cases ***
001
#取列表中的随机数
#${value} Evaluate random.choice(${num}) random
#log to console \nvalue: ${value}
FOR ${var} IN ${num}
\ Exit For Loop If ${var}==2
\ log ${var}
*** Keywords ***
list
[Arguments] ${list}
${value} Evaluate random.choice(${num}) random
log to console \nvalue: ${value}