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 |
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail
How do we create and run the scripts with out using O.R. ?
How to open an application through scripting?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
What is the syntax to use out of two characters. Pls anybody can give the answer.. Thanks in advance...
how and what kind of vb functions do us ein QTP?
What is throw object?
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
How can we write script for a .net application in QTP? Can we use VB Script for .net application.
what is the difference between the modular framework and datadriven frame work
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?