There is only one unique rule to use the index in QTP :- In a web page from* Left to Right and Top to Bottom increase the index from 0,1,2,3....*
On Mon, Apr 4, 2011 at 1:13 PM, Serene Tan <[email protected]> wrote: > qtp newby > > Is my usage of index wrong for the QTP scripting on the use of index ,pls > advise. > > Browser("Browser").Page("title:=.*").Link("html > id:=ctl00_PlaceHolderMain_gvFormList_ctl02_hypFillOnline").Click > 'Browser("Browser").Page("title:=.*").WebButton("name:=Save").WaitProperty > "visible", 1, 10000 > Browser("Browser").Page("title:=.*").WebButton("name:=Save,index=0").Click > Browser("Browser").Page("title:=.*").WebButton("name:=Close,index=0").Click > wait 3 > Browser("Browser").Page("title:=.*").Link("html > id:=ctl00_PlaceHolderMain_gvFormList_ctl03_hypFillOnline").Click > Browser("Browser").Page("title:=.*").WebButton("name:=Save,index=1").Click > Browser("Browser").Page("title:=.*").WebButton("name:=Close,index=1").Click > wait 3 > Browser("Browser").Page("title:=.*").Link("html > id:=ctl00_PlaceHolderMain_gvFormList_ctl05_hypFillOnline").Click > Browser("Browser").Page("title:=.*").WebButton("name:=Save,index=2").Click > Browser("Browser").Page("title:=.*").WebButton("name:=Close,index=2").Click > wait 3 > Browser("Browser").Page("title:=.*").Link("html > id:=ctl00_PlaceHolderMain_gvFormList_ctl05_hypFillOnline").Click > Browser("Browser").Page("title:=.*").WebButton("name:=Save,index=3").Click > Browser("Browser").Page("title:=.*").WebButton("name:=Close,index=3").Click > > cheers > Serene > > -- > 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 -- 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
