Hi Forum
I am trying to extend the database scheme to save the relevant data in a flat structure in uut_result. For this purpose I save some data in locals during the test and try to add it to the table. Unfortunately this context local seems to be unavailable at processing time, I get the error message "Unknown variable or property name Locals.xyz".
Is there a way to access the content of the Locals.xyz during offline processing?
Thanks, Raphael