Compare 2 image files in Beyond Compare through QTP - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Compare 2 image files in Beyond Compare through QTP (/Thread-Compare-2-image-files-in-Beyond-Compare-through-QTP) |
Compare 2 image files in Beyond Compare through QTP - arpan - 10-16-2013 Hi Guys, I want to compare to image files in beyond compare through qtp and get a report to see if there are any mismatches. I'm doing this through command line: Code: BCompare.exe @"My Script.txt" "My File.bmp" "Your File.bmp" "My Report.txt" My Script.txt has the following code: Code: Pix-report layout:side-by-side & I'm getting error "Unknown command : 'Pix-report'"when i run this through the command line. Can you please help me out here with this error or any other way to compare 2 images and get a result file that tells you if they are same or different. Thanks in advance Arpan |