03-07-2013 02:43 AM
Hello,
I'm searching means to load automatically FileGlobals variables used in all the sequences from my "Test sequence" :
Test sequence
|
| -- Sequence 1
| -- Sequence 2
| -- ...
| -- Sequence N
in the aim to only have to change the .txt or .csv file (or .xls...).
Thank you.
Solved! Go to Solution.
03-07-2013 02:52 AM
You can use Tools --> Import/Export properties tool.
If you want to do it dynamically use Property loader step type does that.
Refer property loader example ( In the example folder of TestStand).
03-07-2013 03:09 AM
Hello,
Thank you for your answer.
I did but, maybe I'm wrong, this tool loads only properties of variable, not the variables. I would like to create these variables dynamically when I load the subsequence...
I look one more time the example ... 😉
03-07-2013 03:25 AM
If you are asking to create variables dynamically you can refer this link :
03-07-2013 05:01 AM
Thank you.
I'll do with these commands.