thanks for your reply
Link("text:=.*"&datatable("ColName",dtLocalSheet)&".*")
is not working,
now i tried this and found to be working
a = datatable("ColName",dtLocalSheet)
Link("text:="a+".*")
On Tue, Jul 12, 2011 at 7:22 PM, Mihir Modi <[email protected]>wrote:
> Hi Avinash,
>
> Do you have some text before test? From your example it looks like you
> do.
>
> Try this
>
> Browser("").Page("").Link("text:=.*"&
> datatable("ColName",dtLocalSheet)&".*")
>
>
> On Jul 11, 11:58 am, avinash vl <[email protected]> wrote:
> > Hi all
> >
> > I just want to click a link called "*test(some text)*"
> > text <test> is coming from database and rest of them will differ
> >
> > I tried like this.
> >
> > Browser("").Page("").Link("text:="& datatable("ColName",dtLocalSheet)&.*)
> >
> > how can i use regular expression after a descriptive statements.
> > Please help urgent.
> >
> > Thanks and Regards,
> > Avinash
>
> --
> 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
>
--
Regards,
Avinash
9847398004
--
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