Micro Focus QTP (UFT) Forums
Using regular expressions - 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: Using regular expressions (/Thread-Using-regular-expressions--6798)



Using regular expressions - kriday - 09-17-2012

Hi
I wanted to use regular expressions. so what I did is
First I opened new test in qtp, then opened Internetexplorerbrowser and clicked on recording, opened IE and pasted https://login.yahoo.com/config/login_verify2?&.src=ym this and when login page opens entered username and password and clicked on signin button.
then stopped recording.
but in qtp it is recording till pasting https://login.yahoo.com/config/login_verify2?&.src=ym URL
after this what ever I do it is not recording.
can any body please help me on this

Thanks in advance
kriday


RE: Using regular expressions - Ankesh - 09-17-2012

just open the login window and use object spy. See if QTP identifies that. Post the screenshot as well.

Plz post your query under a significant header.


RE: Using regular expressions - kriday - 09-17-2012

Hi
Actually I wanted to use Regular expressions so I used header like that. Ya
true I would have used appropriate header for this part.
As you said I opened login(yahoo) window and used object spy and clicked on username edit box once and on password edit box another time and it is recongning them as

Window: Windows Internet Explorer
WinObject: Internet explorer_Server

but in text property it is not showing my neither username nor password
what is the reason for not recording that part?do I need to enable something?
Thanks in advance