Hi there,
I'm trying to add some additional header fields to my HTML report in TestStand using the ModifyReportHeader callback, but the results do not seem to be propagating through to the report.
I am setting Parameters.UUT.AdditionalData.SetFlags("",0,PropFlags_IncludeInReport) in the PreUUT sequence, and then sending some information to the additional data parameter using the Parameters.UUT.AdditionalData.SetValString() method.
This is working fine in the PreUUT loop, but I have some data that I do not get until I have run through some code modules, So I am trying to add some additional results using the ModifyReportHeader callback.
In ModfyReportHeader I am again calling Parameters.UUT.AdditionalData.SetValString() to add to the AdditionalData Container. When I step through the sequence, I see the additional fields appear correctly in the AdditionalData Container, however when my sequence completes, these additional fields are not displayed on the report.
I've attached some pictures to show what I mean. I can't quite work out why the PreUUT code works, but the ModifyReportHeader code does not, especially when I can see that the data is being added to the container.
Any help would be appreciated.
Kind Regards,
Lou