Hello Marcela,
You wrote:"It can also save results of every step to a database" How do I specify the database?
What do I need to change to make the report save results to a database?
Right now, I count how many steps do I have and separate each test data by a semi-colon and save as text file.
To get the UUT Result: PASS/FAIL, status, I use the TestStand-Get Property Value(Boolean).VI with lookup string: "RunState.ThisContext.Result.Status". The boolean seems to be like False=Passed.Do I use the right lookup string?
Another question: How do I get the number of results:x,
This number of results was seen in the standard report under time tested....
example: only the first two steps passed, the 3rd step failed. the rest of
steps = skipped.
In cleanup sequence, I turn off all valves and write result to text file. no result recorded.
I stop now, even I may confuse myself.