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 |
Does QTP record on Objects created on XWindows Environment?
How does u create new test sets in TD?
Which method do you use to retrieve data from the WebList object?
what is the difference between wait and wait function
does the vb script knowledge is mandatery in testing using QTP
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
How to open any application during Scripting in QTP?
How do you learn the object in QTP?
What is data driver in qtp? Where we use it?
How to get the column count and column name from the resultset in the database connection program?
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
What is expert view and keyword view?