TestPlan seqInteger
Document

seqInteger

by Group Public on Wednesday March 17 2010 @ 11:15:29 (1/1 Points)

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

seqInteger is a set function which creates an iterable sequence. It is most commonly used to count between two numbers in a foreach statement.

foreach %Index% in (seqInteger 10 20)
  Notice %Index%
end

You can also count down.

foreach %Index% in (seqInteger 20 10)
  Notice %Index%
end
© 2008-2010 edA-qa mort-ora-y
Using Persephone and TestPlan
Tag: