Hello everyone,
My coworkers and I are using a lot of little projects in TestStand that have the following folder architecture:
...\Package\
Reports\
TestStandReport1.html
TestStandReport2.html
SubSequence\
SubSeq1.seq
SubSeq2.seq
Main.seq
Configuratio_Files\
ConfFile1.ini
ConfFile2.ini
We move those package a lot on different bench that are not linked to the network and we also move them a lot within a bench (archive, working folder, ...).
Several package can have different revision of a same sequence, therefore from TestStand point of view those are different sequences with the same name. So the problem is when several package exist on a same computer, TestStand might take a sequence from a different package without generating any error but the user think the sequence used is the correct one.
So my question is : is there a way, using workspace and or project in our packages, to tell teststand to use the sequence from the package and not from another, WITHOUT having to update constantly the Search Directories ?
Something like defining the path of the sequences relatively to the path of the workspace file.
Thank you !