12-07-2017 12:52 AM
Hi, Schwede
Have you solved your problem? I have the requirement too. If you solved your problem, Can you share it?
07-07-2026 08:20 PM - edited 07-07-2026 09:10 PM
Hi 韩玉婷,
Do you manage to find the solution? I am looking for same outcome.
07-07-2026 08:22 PM
Hi Schwede,
Did you manage to find a solution or create one? I am looking for same outcome.
07-09-2026 12:24 PM - edited 07-09-2026 12:30 PM
If you use xml report format, start time and end time for every step is in the xml report by default.
07-09-2026 07:03 PM
I am using ascii text, with on-the-fly enable.
I am aware there is a test duration option. What I am looking for is the variable that holds start time in teststand.
Something like: RunState.????.????
07-09-2026 07:14 PM
You can create report in multiple formats.
In xml format, you will have something like:
.... name = "your step name" startDateTime = "2026-06-30T10:38:46.201" endDateTime = "2026-06-30T10:38:46.201" testReferenceID="your step unique id"
for every step.