I am using QTP8.2I have a Page which has a scroll bar. The button to be clicked is visible only after we scroll down.I have recorded the click. But when i execute the script it throws an error saying object properties do not match or Object not visible.However if i scroll down manually the Click event is performed.Can any1 help me in this

Questions by arthere

Showing Answers 1 - 4 of 4 Answers

Nawab Shaikh

  • Jan 20th, 2007
 

You can use descriptive programming for the Button, for sure it will help if the screen is a WebPage. You can simply avoid scrolling the toolbar. In my case it helped.

If you are working on a Window's Application then Scrollbar needs to be incorporated.

Please do let me know if you still have any issues

Thanks

Nawab

  Was this answer useful?  Yes

Ramesh

  • Feb 19th, 2007
 

Check Smart Identification Property and make it true. or u can use low level recording

  Was this answer useful?  Yes

sandy1300

  • Jun 30th, 2009
 

You need to use descriptive programming use x and y co-ordinates for that button. It would be useful when you spy the object you will get x and y co-ordinate.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions