HOW TO FIND WEBTABLE? HOW TO RETRIVE THE WEBTABLE VALUES? PLZ
TELL ME THE PROCEDURE.
Answer Posted / 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 |
Post New Answer View All Answers
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 ?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
What is meant by Output Value in UFT?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
What is reusable action?
Explain how you can find the absolute value of the number in qtp?
What is the difference between call to existing action and copy of an action?
tell me QTP standards ?plz
What test cases can you automate using QTP?
What are the different types of recording modes?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
In qtp, how you can get the last character from a string?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?