Page 1 of 1

Multiple Executions

PostPosted: Fri Aug 15, 2008 4:23 pm
by User9999
I has a question:

If you wish to run multiple executions of multiple scripts on a player
(MULT license), what would be the best way to go at it?

Is there a best practice or proposed procedure from eValid?

Re: Multiple Executions

PostPosted: Tue Aug 26, 2008 4:26 pm
by monitoring
Thanks for posting.

* Scripts that are to be played back in multi-threaded monitoring playbacks,
or for multi-user load test scenarios, may need to be "desktop safe"
to prevent one [or more] playbacks from interfering with each other.
The "desktop safe" mode for eValid playbacks is described here:

http://www.e-Valid.com/Products/Documen ... .safe.html

* You might choose to launch them from the scheduler with the
-Minimize switch, but this is not a requirement. Two desktop
safe scripts can run in parallel and work just fine.

So, if the tests are desktop safe (i.e. don't use any desktop required
commands) then there really is no problem.