05-04-2018 06:38 AM
Hi,
Is there a way to set the "Unload after sequence executes" as a default? I couldnt find an option. I can unload the modules from the file menu, and also with a statement step, but I am wondering if I can simply set this as a default.
thx.
05-07-2018 09:27 AM
Try Run Options ----> UnloadOptions and select respective Unload Option.
05-07-2018 09:30 AM
yeah... I mean is there a way to set that behaviour the default instead of changing it from step to step? Basically I'd like this option to be active when I add a new pass/fail test or action etc to the sequence.
05-07-2018 09:33 AM
Customize the test type and save, use the same when you are adding new step.
05-08-2018 02:11 AM
My personal experience regarding flexibility, specifically regarding limits, is to NOT rely on the limits in the sequence steps. Use a property loader and make sure to load a "default configuration" during execution in each execution. You can use multiple property loader to modify specific values in case needed.