FAQs (EN)
24. How can I read the trace file created on the server on the client?
The trace file created on the server is read out on the client using a simple access:
// Trace read out
String t_Trace = t_StepResult.getTrace();
The trace file created on the server is read out on the client using a simple access:
// Trace read out
String t_Trace = t_StepResult.getTrace();