Search found 8 matches

by lakibuk
Thu Jul 13, 2017 2:51 pm
Forum: Automation Tools
Topic: ReportToPDF creates almost empty pages
Replies: 2
Views: 1652

Re: ReportToPDF creates almost empty pages

Thanks, yes.
But i want to show less data. Only the 1st page.
Anyway found a way to do it using an external PDF tool.
by lakibuk
Tue Jul 11, 2017 4:01 pm
Forum: Automation Tools
Topic: ReportToPDF creates almost empty pages
Replies: 2
Views: 1652

ReportToPDF creates almost empty pages

I am using the ReportToPDF.exe to create a PDF from Ranorex reports. Using these Parameters in style.xml: <global toc="true" logo="" bottommargin="2" topmargin="2" showtestdata="false" showdescription="true" showpictures="true"/> As you can see in the attached Image, there are almost empty pages. Is...
by lakibuk
Thu Jun 08, 2017 9:37 am
Forum: Automation Tools
Topic: Create zipped report from command line
Replies: 2
Views: 2200

Re: Create zipped report from command line

Thanks. Basically you are doing the same.

I found out it's a path problem.
/zrf is using a different output directory than /rf.
Setting the Report File Directory explicitly helped.
by lakibuk
Wed Jun 07, 2017 4:04 pm
Forum: Automation Tools
Topic: Create zipped report from command line
Replies: 2
Views: 2200

Create zipped report from command line

I am trying to create a zipped report with the following command. (Ranorex 6.0) But no report is created. C:\TestCROSS\Debug\TestCROSS.exe /zr /zrf:C:\TestCROSS\Report\TestCROSS-Report.rxzlog This code works (unzipped): C:\TestCROSS\Debug\TestCROSS.exe /rf:C:\TestCROSS\Report\TestCROSS-Report.rxzlog
by lakibuk
Thu Jun 16, 2016 12:07 pm
Forum: Automation Tools
Topic: Screenshots location in Ranorex 6.0
Replies: 2
Views: 1783

Re: Screenshots location in Ranorex 6.0

OK. Thanks!
by lakibuk
Thu Jun 16, 2016 10:03 am
Forum: Automation Tools
Topic: Screenshots location in Ranorex 6.0
Replies: 2
Views: 1783

Screenshots location in Ranorex 6.0

I've got a test suite called TestBRE_AT.
In 5.4 the screenshots in case of a test failure where stored in
Report\images_TestBRE_AT-Report
Now in 6.0 the location is
Report\images_TestBRE__94a5fbc9

What does this mean and how can i find out or configure where they are stored?
by lakibuk
Mon Mar 07, 2016 10:11 am
Forum: Bug Reports
Topic: Report.LogHtml breaks report
Replies: 2
Views: 1893

Re: Report.LogHtml breaks report

This works fine. Thank you!
by lakibuk
Wed Mar 02, 2016 12:37 pm
Forum: Bug Reports
Topic: Report.LogHtml breaks report
Replies: 2
Views: 1893

Report.LogHtml breaks report

Report.LogHtml(ReportLevel.Info, "CheckXML", "<textarea><n1:tag></n1:tag></textarea>"); This line breaks the report with message: "Data file (TestXXX_20160302_122145.rxlog.data) or transformation file is missing." <textarea><n1:tag></n1:tag></textarea> is valid html code though and can be opened in...