Dan Zenk - 2018-05-31

I can't get this to work as described. I finally figured out what's documented in the Quick Start html under 618217: "If variables are defined and initialized in included files that are already defined in the base file, the values will be overridden with the last encountered declaration."

I wrote a Body Script to read the present-value of an instance with parameters being "instance" and "present-value". I wrote a Parameter Script to configure "instance" and "present-value" for each instance I need to test.
In the Master Scripts, I included all my Parameter Scripts.

When I run the Master Script the parameters for "instance" and "present-value" used for all the included tests are the values set in the last script in the list (just what is stated in 618217).

Has anyone else tried this? I'm wonder if this can be fixed with a simple code change (ie. remove the override).

Thanks.