I'm New to QTP 10. I am having a couple of issues when using descriptive programming,
- In some screens, while performing a click event
- Screen sizes get shrinked eg:
iframe
body
- Some times a Menu Panel is disappearing
- Screen sizes get shrinked eg:
- We are trying to automate a big application and it has number of Save buttons (And other buttons) which are using with the same object properties. On that time we failed to get a unique property value, So We were using
abs_x
,abs_y
,x
,y
values. These coordinate values are changing from system to system and in fact it has changed a number of times in same system itself.
How to resolve these problem?