12-29-2009, 08:07 AM
I am using this tutorial for regular expressions
I am trying to repeat steps from the above tutorial, once i logon yahoo, and click for 'inbox' link, it recorded asbut, tutorial shows
what are the settings I need to do to record as per the tutorial
how to record as 'link' instead of 'webelement'?
I am using QTP 10.0 trial version and windows 7 operating systems
I am trying to repeat steps from the above tutorial, once i logon yahoo, and click for 'inbox' link, it recorded as
Code:
"Browser("News, Entertainment, Business,").Page("Yahoo!7 Mail (mamtamanu)").WebElement("Inbox").Click "
Code:
"Browser("News, Entertainment, Business,").Page("Yahoo!7 Mail (mamtamanu)").Link("Inbox(6)").Click"
what are the settings I need to do to record as per the tutorial
how to record as 'link' instead of 'webelement'?
I am using QTP 10.0 trial version and windows 7 operating systems