What is the use of sendkeys.In which cases we Use this
sendkey.Pls explain with example.
Answer Posted / kishan
eg:
Browser().Page().webEdit("uname").set "kishan"
'to focus on a specific object use "Click" method
Browser().page().webedit("uname").click
'create ref to wscript.shell object
set wsh=createObject("Wscript.shell")
'to go the next field using TAB
wsh.sendkeys("{TAB}")
'to send the text "mypwd" in the next field
wsh.sendkeys("mypwd")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
why you have standardized functions? plzzz guys with real time exp. do answer
what are all the fileds present in object repository?
how to download mercury qtp9.2 ny internet ?
What are the different types of recording modes in qtp? Which will be used when?
How you calling actions in qtp?
What is qtp window?
What is post recovery scenario?
please any one can explain the keyword driven framework. with gmail example.
Explain calling sub procedure.
What are the properties you would use for identifying a browser and page when using descriptive programming?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What ate the Technologies supported by QTP?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
how can we do the frame work in qtp