for loop - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: for loop (/Thread-for-loop--6673) |
for loop - sia sharma - 08-09-2012 Hi All, i have page which contains pagination. and i want to search a particular category in the pages. the logic goes link this can i use 'for' or 'for each' instead of 'if' Code: A = Browser("abc").Page("pqr").Link("Pubs").GetROProperty("text")'If A.Exist Then RE: for loop - ksrikanth2k9 - 09-13-2012 Code: counter=0 it might help .....'' |