Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on How to do looping for consecutive rows? within the QTP forums, part of the Software Testing category; Hi... My application contains a row which is having several fields like(cost level,GL cost,percent of cost,plus amount...).I am importing the data from excel sheet for the above mentioned field and ...
|
|||||||
|
|||
|
How to do looping for consecutive rows?
Hi...
My application contains a row which is having several fields like(cost level,GL cost,percent of cost,plus amount...).I am importing the data from excel sheet for the above mentioned field and fetching in the respective field. Instead of fetching the data in one row in application,i want to put the same data in consecutive rows also. My excel sheet having consective no..of datas even. Main thing is i dont want to touch the hardcore data.bcos tomorrow the no..of rows may change in application. I know this is possible by using looping.but how to do looping. |
| Sponsored Links |
|
|||
|
1. At runtime get the Count of the Rows that ur Applicatio have.
2. Set the counter Limit to ur Applications Row Count. intCntr = Browser(b).Page(p).WebTable(W).GetROProperty("row count") ''I am not sur ewhat ur control is like please check for the RO Property. For intC = 0 to intCntr-1 ''Code for setting the data in ur rows. Next Please revert with detail specs if it doesn't solve the purpose. regards, Nawab |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between 2 consecutive years | kusam_m | Data Warehousing | 0 | 03-13-2008 09:03 AM |
| Output date column as consecutive dates | Geek_Guest | Data Warehousing | 0 | 11-14-2007 03:45 AM |
| How to achieve looping in C++ | Lokesh M | C and C++ | 0 | 09-05-2007 05:43 AM |
| Can we implement a cursor looping logic | JayaSravani | Data Warehousing | 0 | 07-25-2007 12:36 AM |
| Five persons birthdays occur at the consecutive days | kumar_sarma2000 | Brainteasers | 6 | 06-06-2007 04:02 AM |