14 years ago
Can TestComplete ignore "Screen Coordiantes" to perform button actions ?
Hello,
Is there any way to make TestComplete forget about screen coordinates for each action?
"
The window size is (1, 1); screen rectangle: the left top corner is (0, 104),
the right bottom corner is (0, 104).
The screen coordinates of the point is
(0, 104).
Aliases.IEXPLORE1.pageGoogle1.BUTTON.Item("btnG")
"
In other automated tools while they also save screen coordinates for each action made, it is not a mandatory step the script follows.
QTP for instance, saves that information but don't use it. QTP script recognize the object by it's hierarchy tree and perform the action wherever the button is placed at that moment (without taking into account the screen coordinates).
Is it possible to do this with Test Complete?
Thanks in advance for your help.
Regards,
Nicolás
Is there any way to make TestComplete forget about screen coordinates for each action?
"
The window size is (1, 1); screen rectangle: the left top corner is (0, 104),
the right bottom corner is (0, 104).
The screen coordinates of the point is
(0, 104).
Aliases.IEXPLORE1.pageGoogle1.BUTTON.Item("btnG")
"
In other automated tools while they also save screen coordinates for each action made, it is not a mandatory step the script follows.
QTP for instance, saves that information but don't use it. QTP script recognize the object by it's hierarchy tree and perform the action wherever the button is placed at that moment (without taking into account the screen coordinates).
Is it possible to do this with Test Complete?
Thanks in advance for your help.
Regards,
Nicolás