總網頁瀏覽量

關於我自己

我的相片
人生的必修課是接受無常,人生的選修課是放下執著。

2016年8月18日 星期四

【Auto Test Case】【RIDE】常用的Keywords

${Have_Space}=    "     "
${No_Space} =    Strip String    ${Have_Space}
#${No_Space}=    ""

${one_string} = (A0101, TW0101)
#用逗號分開字串(註解不要寫在有=的句子後面)
${one_array} =    Split String    ${one_string}    ,
# ${one_array} =    [ "A0101", "TW0101"]
#${one_array[0]}=    "A0101"
#${one_array[1]}=    "TW0101"

Should Be Empty    ${Get_BigItem_Code}
Should Be Equal    ${Get_BigItem_Code1}    ${Get_BigItem_Code2}
CheckBox Should Not Be Selected    xpath=${PopupWindow_Detail_Laber_Item_CheckBox}

沒有留言:

張貼留言