then u can use index property also.
Object.Weblink("text:=Login,index:=0").click
--check the index number of the Login link and then use.. i mentioned here
zero for ur understanding.Regards, Vamsi On Wed, Jan 19, 2011 at 4:18 PM, Jay <[email protected]> wrote: > HI Vamsi, > > If the Objects have same property , then we have to consider different > thing while writing descriptive code. > > > As we know we have two kind of properties Ordinal, .. So Please consider > this writing the code. > > As i dont have qtp installed so am unable to attach the code. > > Let me know if you any clarifications.. > > Regards, > Jayachandra > > > On Tue, Jan 18, 2011 at 7:43 PM, vamsi <[email protected]> wrote: > >> >> Object.Weblink("text:=Login").click >> Object- it referes the highrachy of the login link. >> >> Regards, >> Vamsi >> >> On Jan 18, 6:36 pm, Jakka <[email protected]> wrote: >> > 1) Open this url (http://www.equalapp.com/). >> > 2) In to right side page the login link there. >> > 3) I want to click on the login link with descriptive program . >> > >> > - I have tried it in many ways, but still it is not able to identify >> > the link . >> > - write one line statement with descriptive program . >> > >> > Properties and values are as follows >> > >> > href :http://www.equalapp.com/login >> > html tag : A >> > innerhtml :Login >> > innertext :Login >> > name :Login >> > text :Login >> > outerhtml :Login >> > outertext :Login >> > url :http://www.equalapp.com/login >> > Etc.. >> >> -- >> 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]<mercuryqtp%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/MercuryQTP?hl=en >> > > > > -- > Thanks & Regards > Jaya Chandra Reddy. M > Ph: +91- 9985391040 > > -- > 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]<mercuryqtp%[email protected]> > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > -- 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
