During test run,How will you copy/paste from/to clipboard?
Answer Posted / nanda.d reddy
use the shell scripting sendkeys method:
set oShell = CreateObject("wscript.shell")
oShell.Sendkeys "^A" (Pressing the Ctrl+A keys)
oShell.sendkeys "^C" (Pressing the Ctrl+C keys)
OShell.sendkays "^V" (Pressing the Ctrl+V keys)
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Please guide me release notes of Automation once scripts are completed
Suppose I want fail that check point? How can you do that?
What is quicktest professional (qtp window?
How many number of actions possible in qtp?
Why we load add-ins in qtp?
How is the Bitmap checkpoint different from Image checkpoint?
Explain how qtp identifies objects?
What is the extension of qtp local repository?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How many types of recording facility are available in quicktest professional (qtp)?
what is actually contain test report? can anybody post the test report
what is the advantages and disadvantages of using functions instead of re usable actions
What is difference between design time and run time data table?
what is the diffrence bw qtp architectute and qtp framework?