Image comparison and comparison

Ask general questions here.
shawn1
Posts: 3
Joined: Wed Jun 12, 2019 7:06 pm

Image comparison and comparison

Post by shawn1 » Wed Jun 12, 2019 7:21 pm

With the change of the test runner from 9.0.1 to 9.1.0, when I do an image based comparison, the expected and actual are different now because the actual image now has the test runner status in the image which is intrusive. How do I turn this off or at least hide the test runner from the image comparison?

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Image comparison and comparison

Post by odklizec » Thu Jun 13, 2019 2:00 pm

Hi,

If you mean Ranorex progress dialog, then you can disable it in test suite properties, as shown here...
https://www.ranorex.com/forum/issues-va ... tml#p17649

Eventually, you can disable/enable it from code...
Ranorex.Controls.ProgressForm.Hide();
Ranorex.Controls.ProgressForm.Show();
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

shawn1
Posts: 3
Joined: Wed Jun 12, 2019 7:06 pm

Re: Image comparison and comparison

Post by shawn1 » Fri Jul 12, 2019 4:15 pm

Thank you, that did the trick.