05-03-2021 07:29 AM
Hello,
how can i add a teststep in SequenceFileLoad of the model that opens and executes a testplan?
Not like a subsequence, but identically to a normal file+ open + start testplan?
Thx
05-03-2021 06:08 PM
https://zone.ni.com/reference/en-XX/help/370052AA-01/tsapiref/reftopics/engine_newexecution_m/
Just call that method. It should work.
05-03-2021 06:09 PM
One other thing I would mention: It might be good to run it in a new execution. It sounds odd but basically it won't lock up your process model by doing this.
05-05-2021 03:44 AM
Is there also a command to only "load" a sequence and afterwards executet this then already loaded sequencs?
Thx
05-05-2021 04:02 PM
You can use the Engine.GetSequenceFileEx to load a sequence file into memory.
Maybe it would help to understand your ultimate goal?