How do we retrieve the content from a text box in a web
page
Answers were Sorted based on User's Feedback
Answer / johnson
dim content
Content = Window("window name").WinComboBox("x:").GetContent
Msgbox Content
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anitha
hi,
You can get the content through GetROProperty("value")
call this from the textbox object
Is This Answer Correct ? | 0 Yes | 3 No |
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How do you do batch testing in QTP, if so explain?
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
Have you done batch testing in qtp? If yes how you are doing?
Did u use check points during ur work experience ?
WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
can QTP works on LINUX platfom
How can i count "spaces" in any sentence or a string if suppose " It is a Testing question" Here we have 4 gaps(spaces) Is there any function to find out spaces between words