10-30-2007 04:12 AM
10-30-2007 04:23 AM
10-30-2007 01:34 PM
10-30-2007 02:10 PM
DanB83,
You might also want to rethink your use of a flat sequence structure (any type of sequence structure). Execution order is better determined by dataflow and if you a number of steps to do, a state machine makes much more sense. A state machine gives you the flexibility to alter the order of the tests you perform and also branch if needed to handle an error or terminate the tests without having to run through every sequence.