03-15-2023 08:45 AM
Hello,
I would like to build a tool (using Labview) to analyze the test protocols generated with teststand. I am interested on extracting the name of the test step which caused an error on my sequence. Could anybody tell me how I can do this?
For example, in the test protocol shown, I would be interested on extracting that my test failed at [6]_Led_Test, and I would also like to extract that it failed at the test step Test_ButtonPressed_PASS. The problem is that I do not see how. I would be able to find looking by the tag "CriticalFailureStack" the sequence where it failed, but I do not see how I can find the test step where it failed. Has anyone a solution?
03-15-2023 08:54 AM
Hi capahlmh,
@capahlmh1985 wrote:
I would be able to find looking by the tag "CriticalFailureStack" the sequence where it failed, but I do not see how I can find the test step where it failed. Has anyone a solution?
Do you even log/report the steps within the sequence?
They only appear in the report when you enabled logging for all steps…
03-16-2023 03:46 AM
"Do you even log/report the steps within the sequence?
They only appear in the report when you enabled logging for all steps…"
Hi, yes sure I enabled logging for the step I am looking for. It is possible to see it in the protocoll 🙂
03-16-2023 04:15 AM