Hello,
I have a large Ranorex Solution with over 300 recordings in it. Most of them contain Image Comparisons.
Due to a lot of errors I would like to change the Similarity value for all recordings to something like 0.98 instead of 1.
Do I have to open every recording and change the value manually? Or is there a way to change them all at once easily? Perhaps in a batch run or something?
Thank you for your help!
Regards
BlindJones
Solution with over 300 recordings - Change Image similarity
-
- Posts: 47
- Joined: Fri May 17, 2019 7:10 am
Re: Solution with over 300 recordings - Change Image similarity
Hi,
In my opinion, your best hope is to edit rxrec files in a good text editor and simply search&replace value you want to change with File-based search/replace functionality. Just make sure you have a backup of last working version of your tests in source control of your choice
And after the files are edited, build the entire solution.
In my opinion, your best hope is to edit rxrec files in a good text editor and simply search&replace value you want to change with File-based search/replace functionality. Just make sure you have a backup of last working version of your tests in source control of your choice

Pavel Kudrys
Ranorex explorer at Descartes Systems
Please add these details to your questions:
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
-
- Posts: 47
- Joined: Fri May 17, 2019 7:10 am
Re: Solution with over 300 recordings - Change Image similarity
Thank you, odklizec
The editor did the trick.
The editor did the trick.