11-21-2022 01:23 AM
Let say I have 5 different TestStand deployments on the same computer on the production PC. Each of them has .NET libraries with the same name but they are meant to be used only with specific deployment.
How can the path of a DLLs be selected inside of a TestStand sequence? Is it even possible to change "Search directories" programatically? How to manage all of this?
11-21-2022 04:50 PM
Each unique sequence file can be stored in its own folder. Below the sequence folder, another folder can contain the supporting dlls. Then in the Search Directories setting ensure that "Current sequence file directory" is enabled with the "Search Subdirectories" option also enabled.
Also, you might need to set specific sequence property Unload Option to ensure that dlls are properly unloaded after the sequence executes
11-24-2022 04:21 PM
I will add that you can also use TestStand environment (tsenv) and create practically separate systems running side by side.