08-07-2013 05:28 AM
Hi all,
I came across a strange situation with a sequence file sent by one of our colleague. The file is been attached here. The results were recorded for non existing steps in the sequence "Test". See the attached picture. There is no single step in the sequence "Test" even then results are recorded. Please help me in understanding why there are results for non existence of steps under sequence "Test". Is it a bug in the TS ? or something else.
Sequence File is saved in TS 2012 SP1 f1.
Thanks,
JKV
Solved! Go to Solution.
08-07-2013 08:04 AM
It's because someone changed the ResultList in your Test sub sequence. They added 4 elements in there. Delete those and you won't see this anymore.
Basic rule of TestStand: Never touch Locals.ResultList manually!
Regards,
08-07-2013 08:20 AM
Thanks for your reply.
I didnt see the Resultlist of sub sequence. Thanks for pointing out. Yes Resultlist should not be maually altered but programmatically by using APIs we can do ![]()
JKV