07-27-2009, 11:39 AM
Hi,
Regular Expressions of QTP can resolve your problems. The following LOC may give an idea about the RegEx.
Thanks,
Regular Expressions of QTP can resolve your problems. The following LOC may give an idea about the RegEx.
Code:
Browser("name: .*Yahoo!.*" "title: .*Yahoo!.*").Page("title: .*Yahoo!.*").WebTable("name: login").WebEdit("name: login").Set "XYZ"
Thanks,