10-11-2012 04:54 AM
Hi,
I have a test condition to test prestatus and poststatus,both of the tests has same limit as well.
so i had only one entry with test name in .csv file for limit.
in my seqence i called the test in two places ,am expecting the property loader to load the same limit for both the tests.
but am getting error when i have more than one test with same name in the sequence file.
can someone plese help me,how can i load limit for 2 test with same name from a single entry in .csv limit file.
Thanks in advance
10-11-2012 08:44 AM
You could put the tests in two subsequences.
Have a look at the the example which ships with teststand. C:\Users\Public\Documents\National Instruments\TestStand 2010 SP1\Examples\PropertyLoader
10-11-2012 08:47 AM
i tried that too.
i made it in two subsequence and call the property loader in both of them.
it's working fine while calling the first one.
and throwing error while the second subsequence is called...
Thanks for your response..
10-11-2012 09:02 AM
You have to make sure that the start and end markers are defined properly. Make sure you have separate markers for each subsequence, you don't need to call property loader in each of the subsequence, rather you can just call it in the PreUUTLoop call back as shown in the example.
Also, there are many examples in that folder: This one would be useful for you.
C:\Users\Public\Documents\National Instruments\TestStand 2010 SP1\Examples\PropertyLoader\PropertyLoader.seq
10-11-2012 11:46 PM
Thanks for your reply,
as per requirment am not allowed to have diffrent datamarker for those test.
i will be having the same datamarker for both of tem,is it possible t load the same limit for both of the tests?
Thanks in advance
10-12-2012 06:02 AM
You could import locals and assign locals as the limits in tests possibly?
10-12-2012 07:04 AM
Is this the only solution available?
i want to keep implemntation generic as like other Sequence
Thanks in Advance