09-28-2012, 06:35 PM
In my application many links has brackets along with the name
eg:
QTP throws an error for this code, because the link has brackets.
i would like to exactly valaite the name of the link..
eg:
Code:
Browser("name:=xxx").Page("name:=yyy").link("text:=(zzz)").click
QTP throws an error for this code, because the link has brackets.
i would like to exactly valaite the name of the link..