Micro Focus QTP (UFT) Forums
run time image text pass on to the edit field - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: run time image text pass on to the edit field (/Thread-run-time-image-text-pass-on-to-the-edit-field)



run time image text pass on to the edit field - amit Das - 04-03-2010

I'm having scenario for login page where ID/PWD and Image verification code entry field user have to enter for authorized user. So while writing script how to catch that runtime image text and insert text to that Image verification code entry field. Note: (image verification code) class is label and (image verfication code entry) class is text box


RE: run time image text pass on to the edit field - Saket - 04-05-2010

You can not automate these verification codes using automation tools
this is why it is called - "Security"
There is one option only if you can ask your developers to add the 'ALT' tag for this captcha image.


RE: run time image text pass on to the edit field - sekhan - 11-04-2010

can you explain clearly? how will we do to get verification code after the 'alt' tag is added. thanks


RE: run time image text pass on to the edit field - Saket - 11-08-2010

once alt tag is added, get the text using GetROProperty and do your rest of job.