what will be the stmt if record any edit box in the Web
application ?
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
we cannot get this statement "Browser("Browser Name").Page
("Page Name").Webedit("Text
box Name").getvisibletext("Text Box Name")" while recording
the operations.
While recording we will get a statement similar to "Browser
("Yahoo! Mail - The best").Page("Yahoo! Mail - The
best").WebEdit("login").Set "abcxyz""
syntax is browser("aaa").page("bbb").webedit
("control1").set "abcdef"
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / krishnachand
a=Browser("Browser Name").Page("Page Name").Webedit("Text
box Name").getvisibletext("Text Box Name")
MsgBox(a)
| Is This Answer Correct ? | 1 Yes | 1 No |
How to handle the errors without using recovery scenery?
Explain quicktest professional testing process?
Will down time for server and content maintenance/upgrades be allowed? how much?
Hi guys can any plz help me how to send fax in sample Flight Appication
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
how u will evaluate the tool for test automation?
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
How many ways we can parameterize data in QTP?
hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable