TestPlan if
Document

if

by Group Public on Thursday July 10 2008 @ 14:53:10 (1/1 Points)

Language ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It

If the condition is met, then execute the "then" block, otherwise execute the "else" block. The "else" block is optional, in which case nothing will be executed if the condition is not met.

if condition
then
  ...
else
  ...
end
© 2008-2010 edA-qa mort-ora-y
Using Persephone and TestPlan
Tag: