「ITTS:Fail Action example」修訂間的差異
跳至導覽
跳至搜尋
Vincentcheng2116(討論 | 貢獻) |
Vincentcheng2116(討論 | 貢獻) |
||
行 1: | 行 1: | ||
[[檔案:Fail action example.itts|Fail action example]]<br> | [[檔案:Fail action example.itts|Fail action example]]<br> | ||
− | use ['&TickCount'] if number of tickcount = | + | use ['&TickCount'] if number of tickcount = even(偶數) number then pass <br> |
− | if tickcount =odd number then goto "run1", retest again also display test count on screen.<br> | + | if tickcount =odd(奇數) number then goto "run1", retest again also display test count on screen.<br> |
[[檔案:Fail action test cnt.jpg]] | [[檔案:Fail action test cnt.jpg]] |
於 2020年4月6日 (一) 11:44 的修訂
use ['&TickCount'] if number of tickcount = even(偶數) number then pass
if tickcount =odd(奇數) number then goto "run1", retest again also display test count on screen.