03-15-2013, 07:02 AM
Have you made an attempt to understand an Webtable? Probably you would have, and if you did then the below explanation will be easier to understand
Webtable is an object which contains horizontal rows and vertical columns. Data is contained in the cell and you can imagine an excel sheet as an webtable.
You can interact with an webtable using the following methods. Now methods are inbuilt or custom functions which talk to the table and perform the desired action per the defined instruction.
1. RowCount - Would fetch the total rows in an Webtable.
2. ColumnCount - Would fetch the total columns in a Webtable.
3. GetCellData(rows,cols) - Retrieves the cell value for the particular row and column.
This should give you a jumpstart as good as a spoon in your mouth
If you intend to learn more about an Webtable and its methods please feel free to do an F1 on QTP if you have an trial version of QTP or GOOGLE should be able to help you out.
Good Luck !!!
Webtable is an object which contains horizontal rows and vertical columns. Data is contained in the cell and you can imagine an excel sheet as an webtable.
You can interact with an webtable using the following methods. Now methods are inbuilt or custom functions which talk to the table and perform the desired action per the defined instruction.
1. RowCount - Would fetch the total rows in an Webtable.
2. ColumnCount - Would fetch the total columns in a Webtable.
3. GetCellData(rows,cols) - Retrieves the cell value for the particular row and column.
This should give you a jumpstart as good as a spoon in your mouth
If you intend to learn more about an Webtable and its methods please feel free to do an F1 on QTP if you have an trial version of QTP or GOOGLE should be able to help you out.
Good Luck !!!
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.