Hi Waghshudip,
Sorry, I didnt understand your query completely but found an issue
(highlighted in yellow) with the below line.
browser("name:=new billing.*").page("title:=new billing.*").webelement("
innerhtml:='url' is less than 5.*").highlight
With the code that you have written here, "url" is taken as a part of the
string and not as a variable. To pass it as a variable use string
concatenation as follows -
browser("name:=new billing.*").page("title:=new
billing.*").webelement("innerhtml:='"
& url & "' is less than 5.*").highlight
Hope this helps !!
--
Regards,
Anish Pillai
My QTP Blog <http://automationrepository.blogspot.com>
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en