Page 1 of 1

Daisy chain tests scripts in series

PostPosted: Mon Dec 17, 2018 11:18 am
by MMeade
Hello.

Can eValid chain multiple test scripts in series?

How does one do that?

Thanks

Re: Daisy chain tests scripts in series

PostPosted: Tue Dec 18, 2018 8:24 am
by eValid
MMeade wrote:Hello.

Can eValid chain multiple test scripts in series?

How does one do that?

Thanks


Thanks for posting your question MMeade.

Given that a particular test script plays back without error, then if the last command in the script is: CallScript NextScript, then control will pick up with "NextScript".

You just have to choose the script names so that they play back in sequence.

This is true even when commands that set alternative script targets are in force (have been executed).

For example, the command: OnErrorGoScript (NextScript) will force playback to start up on NextScript if any command encounters an ERROR flag during playback.

All ERROR flats -- indeed, all flags, are recorded in the EventLog during playback.


-- eValid Support