luciano_santos_
11 years agoOccasional Contributor
Display Resolution in Web Test
Good Morning,
My test architecture is divided into PCs (monitor resolution "X") and virtual machines (monitor resolution "Y").
When I create a project on my PC and distribute VMs, the test fails because of monitor resolution.
To deal with this problem, what is the best practice to be adopted?
Thank you,
Luciano
My test architecture is divided into PCs (monitor resolution "X") and virtual machines (monitor resolution "Y").
When I create a project on my PC and distribute VMs, the test fails because of monitor resolution.
To deal with this problem, what is the best practice to be adopted?
Thank you,
Luciano
- Take a look at the online documentation for any methods that are used by your test steps that involve screen co-ordinates. I see you have the HoverMouse method in the screenshot you posted. Looking at the Test Complete Documentation
I see that setting the x and y values to -1 will place the mouse in the center of the object. So, try setting your HoverMouse values to -1,-1. With the current values you have in there Test Complete is not using the centre of the object.