end while
このアクションには引数がありません。
なし
このアクションは、次のプロジェクト項目で使用できます: テストモジュールおよびユーザー定義アクションです。
name value
local variable temp count 1
 
 
condition to run
while #temp count<10
 
text
report #temp count
 
name value
local variable temp count #temp count+1
 
 
condition
if #temp count=2
 
exit loop
 
end if
 
end while