PAD - PHP Application Driver


home | manual | reference | regression | sequence | develop | apps


Sequences


Concepts | Sequences | Actions | Examples | Reference

Examples

Examples ! Many are generated and do not always make sence,
the examples from 'specials' are hand crafted and gives a good view of what the Sequences subsystem of PAD can do.



sequences | specials | random | play/single | play/double | keepRemoveFlag

all   parms   random   randomize   randomize_vs_shuffle   total  


The sequence action 'randomize'

HTML RESULT
{sequence from=10, to=20, push='mySeq'}
{mySeq}                                     {$sequence} {/mySeq}
10 11 12 13 14 15 16 17 18 19 20
{mySeq randomize                          } {$sequence} {/mySeq}
14 16 11 20 19 10 17 13 12 15 18
{mySeq randomize=5                        } {$sequence} {/mySeq}
13 20 12 18 19
{mySeq randomize=5, duplicates            } {$sequence} {/mySeq}
19 20 12 16 11
{mySeq randomize=5, orderly               } {$sequence} {/mySeq}
12 13 14 17 19
{mySeq randomize=5, orderly, duplicates   } {$sequence} {/mySeq}
10 15 16 19 19
{mySeq randomize=25                       } {$sequence} {/mySeq}
14 13 19 11 15 11 13 11 14 16 17 17 20 11 20 17 10 15 20 15 16 15 15 18 10
{mySeq randomize=25, orderly              } {$sequence} {/mySeq}
10 10 12 12 12 13 13 13 13 13 13 14 15 16 16 16 17 17 18 18 19 19 19 19 20
{mySeq randomize=25, atLeastOnce          } {$sequence} {/mySeq}
15 17 16 10 20 14 10 13 11 11 15 12 17 10 16 20 10 14 20 11 19 15 18 15 15
{mySeq randomize=25, atLeastOnce, orderly } {$sequence} {/mySeq}
10 10 10 11 11 11 11 12 12 13 13 14 15 15 16 17 17 18 18 18 18 19 19 20 20




home | manual | reference | regression | sequence | develop | apps

(c) 2003-2025 Herbert Groot Jebbink