How do I do a region compare with different resolutions between record and replay?
I'm testing a desktop application, developing the tests (using testcomplete) on my PC, and then executing them (with testexecute) on a series of remote machines. I need to do a region compare on a map drawn by the software (based on the parameters I put in the test, the map changes, and I need to verify the rendering is correct).
My problem is, I'm running windows 10 on my PC, and a series of VM's remotely - and I can't put my windows machine into the one and only resolution available by the remote machines. The net result, is that the image won't match, because the size is different between the two.
Any suggestions on how to do the region compare?
You are exactly right that the different sized window will be too different to compare, but you could force the window to a specific size, like 800x706 (to be small enough to fit both screens) and just compare within the window.