05-12-2009 02:58 PM
I have a sequence file with multiple sub-sequences and I am having trouble using the additional results step. I can use the additional results step in a sub-sequence and the specified results are added to the test report but when I use the additional results step in the main sequence nothing is added to the test report.
Is there something turned off on the main sequence which is preventing the additional results to be added to the test report? I am using the sequential model.
Solved! Go to Solution.
05-13-2009 12:51 AM
Hi,
There should be no difference. What TestStand version are you using.
Can you post a simple example highlighting the problem.
Regards
Ray Farmer
05-13-2009 08:37 AM
I have cut out most of the steps from the sequence file and left two additional results steps for this example. If I execute this no results are inserted into the test report. If I copy the steps to a new sequence file and execute the steps are inserted into the test report. I am using teststand 4.1.1
Scott
05-13-2009 09:12 AM
05-13-2009 10:06 AM
05-08-2017 01:49 PM
UGGGG ive been hunting down this solution for the better part of the morning.
Missing Report Data, Sequence call only shows pass fail status in report no recorded steps. Not a new thread. Sub sequence missing steps. As soon as I added back the Locals.Resultslist they all started showing up. They should consider protecting that variable or having a popup warn you if you try to delete it I didn't even realize I had deleted it.
05-09-2017 10:48 AM
I think sequences you create in TestStand 16.0 mark the ResultList with the Not Deletable flag, so you can't delete it without first clearing the flag.
05-09-2017 10:57 AM
still on 2014 Good to know!