Hi!
Out of the box we have no file comparison method. But Ranorex provides you the whole Framework functionality of .Net, so you are able to code your own methods/classes and functions.
Please take a look on following article
http://support.microsoft.com/?scid=kb%3 ... 8&x=19&y=9This is a step by step tutorial how to create your own file comparison function.
To use this method in a Ranorex Recording, just add a User Code item to your Recording and add a Validation like:
Validate.AreEqual(YourClass.FileCompare("File1.txt","File2.txt"),true,"File comparison",true);Regards,
Peter
Ranorex Support Team