Search found 4 matches

by saravanan_palanivel
Thu Mar 01, 2018 5:55 am
Forum: Automation API
Topic: Ranorex Imaging Class To Perform Visual Regression Checks
Replies: 3
Views: 2403

Re: Ranorex Imaging Class To Perform Visual Regression Checks

Thanks so much McTurtle! i found GraphicsMagick image processing system to provide the comparison output as bitmap image with differences highlighted in color (pink or blue), rather than just boolean. But still i am working on to find out solution for ignoring dynamic regions from image comparison. ...
by saravanan_palanivel
Sat Feb 24, 2018 8:42 am
Forum: Automation API
Topic: Ranorex Imaging Class To Perform Visual Regression Checks
Replies: 3
Views: 2403

Ranorex Imaging Class To Perform Visual Regression Checks

Hi Team, We are using Ranorex 7.2, and we are trying to implement image comparison to perform visual regression for our localizaion testing. As part of this, we've written following snippet using Ranorex's Imaging class (refer below code). its good and we can able to compare 2 images and report out ...
by saravanan_palanivel
Thu Oct 26, 2017 10:55 am
Forum: Automation API
Topic: Convert Ranorex Report to PDF
Replies: 6
Views: 5157

Re: Convert Ranorex Report to PDF

Thank you! its solved my problem :)
by saravanan_palanivel
Wed Oct 25, 2017 2:45 pm
Forum: Automation API
Topic: Convert Ranorex Report to PDF
Replies: 6
Views: 5157

Convert Ranorex Report to PDF

Hi Team, We are using Ranorex 7.2 libraries to write test cases through Visual Studio 2015. We are successful so far in implementing use case for our Java Swing application :) Query : We are trying to convert our test case execution result report (*.rxlog) into PDF format, so that everyone in our te...