01-09-2026 07:02 PM
Hello,
I'm returning to TestStand after a few years and a lot of learning about software engineering. When I worked with TestStand in the past, quite a lot of the dev/deployment environment was poorly controlled. For instance, it seems like the report options are kept in AppData at "C:\ProgramData\National Instruments\TestStand 2025 (64-bit)\Cfg\ModelPlugins" so they're global to the station and need to be protected from edits.
Ideally I would like to specify all the options that affect how my test executes and records data within the same git repo containing the sequences and module code, such that when I go to deploy all that stuff is included, and when the next developer opens the project they will deploy the same thing as when I deploy it. Generally I see 3 ways to do this on cursory inspection:
Any options I'm missing? What's the "standard" approach to keep everything repeatable across environments?
Solved! Go to Solution.
01-12-2026 12:03 AM
Guess you should take a look at