Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A novice question
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
Hi,

I'm new to QTP and I have a issue which needs help.

I'm recording a web application with QTP 11 on IE9. One of the page's 'Next' button is disabled initially but is enabled when a checkbox in the page is checked. This feature works fine alone, but not in QTP during recording. The 'Next' button remains disabled and the rest of my application can't be tested.

What could the reason for this and is there a work around? Thanks for any help.

JF
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
try adding an extra event, such as clicking empty space, after the change event. That should sent a "refresh" through the system. Often QTP will change values without sending an update.
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks ago
first wait for all the controls on the page to load properly before any action is performed at them, you can use

Page("xyz").sync

u can also use it after the checkbox is checked so that page post back event can also be handled if it happens.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Completely Novice aprajita 1 1,942 02-16-2010, 09:27 AM
Last Post: Saket

Forum Jump:


Users browsing this thread: 1 Guest(s)