01-02-2014, 09:32 PM (This post was last modified: 01-02-2014, 09:47 PM by shipu.)
Hello,
I am writing descriptive programming. Qtp can recognize an object using the abs_y value in my machine. Then I accessed my machine remotely to run the script but it failed. Then I noticed that abs_y value is diffrent. Do you know why?
Any recommendation how i can do the descriptive programming for the attached scenario.
Generally Abs_X and abs_y are postional value with respect to Desktop. while normal x,y are w.r.t Object.
These are not reliable for idtenfying a object on application . These are used when in case of mouse movement. Like analog recording too use position w.r.t desktop.
When you try to use script on other machine. It generally fails due to change in position w.r.t to desktop resolution.
or
One need to do re-check to confirm values of abs_x and abs_y.