09-26-2008 12:09 PM
09-29-2008 02:03 AM
09-29-2008 06:38 PM
Hi Steve,
Another solution to this problem may be to simply ensure that any code modules you are calling in your sequence file are being called via relative paths and NOT absolute paths. Also, make sure to have your sequence file directory as the top search directory under Configure » Search Directories.
I hope this helps.
10-01-2008 07:27 AM
02-23-2010 02:07 PM
That is a good trick.
I had always assumed that TestStand was storing the relative path information, thinking that the path was relative to the sequence file directory. But it seems that "relative" means relative to the search directories because I find that unless I specify the path as you did, TestStand will traverse the search directories to find the file, even though neither the sequence file or the module file has moved.
I found that when the Module tab of the Step Settings window is open, the Sequence Editor continually opens the file, which means that it is continually traversing the search directories if a relative path is used. In my case that can cause a lot of disk churn for files outside of my sequence file directory because of a large number of "common" directories and files that are shared amongst many projects. I will work on tuning my search directories to alleviate that problem.