Hi Ray,
yes, I was already thinking about this step type, but I haven't tried yet. Maybe there is a solution which can also run on TestStand 1.0.x.
I am not using any custom step types, it is just a simple action step usign the DLL flexible prototype adapter. All information about the tests (i.e. the number of steps, the step names, results, limits and measurement units) are not known outside this DLL, so I have to "upload" all this information somehow from my DLL to TestStand. I don't even know how many results come back when I call this DLL function.
In other words, I am trying to integrate a report from a different piece of software into the TestStand reporting system. This allows me to create a report in text or HTML format or to log it to a da
tabase.
Regards
Mike