I'm interested in capturing TestStand sequence test results and creating a TDM format file from them after the sequence is finished. I know how to create the TDM file, but I'm not clear about how to extract the information from the ResultList container. I have a few questions about how to do this.
1. I'm using the standard sequential model. Should I try to implement the extraction in a Report callback ,some other callback, or at the cleanup step of the main sequence?
2. I want to be able to dissect the ResultList container dynamically but it can grow dimensionally depending on if I have a number of subsequences(SequenceCall steps). How do I iterate through the ResultList properly if it can grow dynamically?
I use VC++ and MFC for my DLLs, but I can view examples using LabWindows or LabView if anyone has examples showing something similar.