Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...


Kindly help me with the following queries..
-- How to recognize webtable using QTP and how to use it?
-- How would one conclude that it is a web table
-- For Example, if there is a web table and I am clicking on
say Cell A1, how would i know that i've clicked on cell A1
-- Kindly suggest me to use the web table better



Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use i..

Answer / nidhi jain

To recognize web table using QTP you need to use SPY.
Using spy clieck somewhere inside you webtable.
you will get webelement and above that in hirarchy you will
get web table. Save this table in your object repository.
now do the coding like below

msgbox Browser("XXX").Page("XXX").WebTable
("XXX").getCellData(1,2)

here 1 is row number and 2 is column number

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More QTP Interview Questions

what is the use of VIRTUAL OBJECTS? explain ?

4 Answers  


i'm using QTP 8.2, How should i select(browse) object repository from desktop(or from local local drives like C:\,D:\)?. Note:- object repository to select(browse) is been sent by some other person who is using QTP 9.0

1 Answers  


what are the different data driven types?

6 Answers  


there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.

1 Answers  


Gmail application is there.On that Inbox so many mails are there including naukari mails. On that mails i can select the only naukri mail checkboxes. plz tell the descriptive code for the above..

2 Answers   Impetus,






If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?

0 Answers   Ordain Solutions,


QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "

2 Answers   Livetek,


How to Import data from a ".xls" file to Data table during Runtime.

1 Answers   Crea,


How to export data present in Datatable to an ".xls" file?

3 Answers  


What is log file?How to write log file code?

2 Answers   Apps Lab, Value Labs,


how to pripare BRS/FRS Document for different projects?

1 Answers   Wipro,


How to get the particular property value?

0 Answers  


Categories