Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Want to Iterate!!
#3
Solved: 10 Years, 9 Months, 1 Week ago
Hi Saket,

Thank You So much for your reply.
You are right.
Now in my application, whatever fields are present to be filled, the data for them are in the excel sheet.

------------------------------------------------------------------------------------------------------------
Code:
list_value = exl.ActiveSheet.Cells (2,1) .Value
Browser("Browser").Page("Add User").WebEdit("User Name").Set list_value
------------------------------------------------------------------------------------------------------------

Now the above , places the first field value from the excel. This works fine.
i want to move to the next field now....
basically - i have "hardecoded" the cell values. but for iterating i need to put a loop.

so,
1. I need to get row couint and colcount is it?
2. Can you please provide a pseudocode or something for me.

Thank You,
SK
Reply


Messages In This Thread
Want to Iterate!! - by wannalearn_qtp - 12-30-2009, 07:59 AM
RE: Want to Iterate!! - by Saket - 12-30-2009, 10:18 AM
RE: Want to Iterate!! - by wannalearn_qtp - 12-30-2009, 10:32 AM
RE: Want to Iterate!! - by Saket - 12-30-2009, 10:46 AM
RE: Want to Iterate!! - by UjwalaK - 12-30-2009, 03:00 PM
RE: Want to Iterate!! - by wannalearn_qtp - 12-30-2009, 05:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)