09-14-2016 09:42 AM
Hi guys,
I am using a batch model to test 6 UUTs, what I wanto is to include an additional headter in the Test Report that include the exaclty date/time for heach measurement or step, is there a easy way to do that ?
Thanks for your comments.
Eder
Solved! Go to Solution.
09-14-2016 10:42 AM
Hi Eder,
You can add the date and time to a step by selecting Step Settings → Properties → Additional Results
(1) Click '+' on the right hand side (Add Custom Result)
(2) Set 'Name' to: "Date & Time"
(3) Set 'Value to Log' to: Date() + " " + Time()
Regards,
Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)
Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor
09-14-2016 01:20 PM
Thank you Charly