HOW TO FIND WEBTABLE? HOW TO RETRIVE THE WEBTABLE VALUES? PLZ
TELL ME THE PROCEDURE.
Answers were Sorted based on User's Feedback
Answer / nilanjan saha
To find the value from webtable
-- First use Object Spy to know about the hierarchy
--Then add that Webtable to the OR.
Then using recording button insert table checkPoint on that
webTable and know which cell data you need.
Then use GetcellData(Row,col) method to fetch corresponding
cell data from webtable.
Hope above thing will help. If you found anything wrong
please let me know.
Regards,
Nilanjan.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajendraprasad medepalle
To find webtable in webpage:
1. Use Object SPY.
2. Add Correspoing object to OR
How to get values from webtable:
You can user GetCelldate() or GetROPropterty("innertext")-
to get entire data in the webtable.
Thanks,
Rajendra
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the difference between seat and concerent licenses.
Suppose I want fail that check point? How can you do that?
How to connect to data base?
from where we will retrieve data for data driven tests in qtp?
what is exact difference between smoke and sanity testing?
How can you exit from an action?
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
Explain the new feature of UFT regarding the export of test results?
How do you learn the object in QTP?
I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)