Page 1 of 1

Output in Code Module

Posted: Wed Jun 14, 2017 1:56 pm
by mapa
Hi guys,

i simply want to get an outpout in my Ranorex code module.
Here is what i have already tested:
System.Diagnostics.Debug.WriteLine("Output");
Console.WriteLine("output");

I donĀ“t get any error messages.

regards
patrick

Re: Output in Code Module

Posted: Wed Jun 14, 2017 2:21 pm
by Stub
I output diagnostic information via the Report.Log API, so it appears in my test results report.