[Robot Framework] 校验字符串中是否包含某个子字符串,校验同时满足两个条件中任意一个...

${tWarningMessage} Run Keyword If ${tIfExist} AutoItLibrary.Win Get Text Generate Fee Data warning message ELSE Set Variable ""

${tIfDuplicateFee} Evaluate "Duplicate Fee Warning" in """${tWarningMessage}"""

${rCheckResult} Evaluate ${totalNumberNew}==${totalNumberOld} or ${totalNumberNew}>${totalNumberOld}

 

转载于:https://www.cnblogs.com/MasterMonkInTemple/p/10213247.html

你可能感兴趣的:([Robot Framework] 校验字符串中是否包含某个子字符串,校验同时满足两个条件中任意一个...)