Micro Focus QTP (UFT) Forums
WebEdit .Set doesn't retype what was entered during recording - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: WebEdit .Set doesn't retype what was entered during recording (/Thread-WebEdit-Set-doesn-t-retype-what-was-entered-during-recording)



WebEdit .Set doesn't retype what was entered during recording - Steve Groves - 10-14-2008

Within our web application, there are numerous places where disabled buttons become enabled when 1 or more characters are manually entered in the text field. During playback, the WebEdit("text field").Set doesn't type in the value used at recording time; therefore, these disabled buttons aren't enabled.

How can I make QTP simulate the manual entry of the text information to enable these particular buttons.


RE: WebEdit .Set doesn't retype what was entered during recording - kishoreinchennai - 10-15-2008

1)Set focus to that edit

2)send Key strokes Using low level recording

Regards
Kishore


RE: WebEdit .Set doesn't retype what was entered during recording - Steve Groves - 10-15-2008

Kishore,

Thank you very much for your assistance. I re-recorded the single step using the low level recording, and now the disabled buttons become enabled.

Steve Groves