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 meant by automation tool?
Could we use QTP for java project(Which is develop in Netbeans and My SQL) otherwise which one is suitable?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What are the key points to create a framework in QTP for oracle forms?
what is virtual object?
How do I get the QTP scripts result in xml format by using vb script function?
In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.
how to create flat file datasubmission in qtp
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
what area in a web application cannot be automated.
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario