Answer Posted / king
Hi Bathi,
dim app
set app=createobject("QuickTest.application")
SystemUtil.run "cmd.exe" 'the command prompt open
app.sendkeys "cd\"
app.sendkeys "~"
app.sendkeys "cd Foldername"
app.sendkeys "~"
app.sendkeys "dir *.xls"
app.sendkeys "~"
i think this is working properly accoring to my knowledge.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
Can you brief the hurdles you faced during Automation testing?
Explain different recording modes?
If you are testing a web application then what will you test in that application?
How to define array in qtp?
How to create runtime property for an object?
What are the various automation frameworks available in qtp?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
what frame work you are following?
explain abt dyanamic changing object with example?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
HOw to add the recovery file at runtime to the test file .
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Output values? i want a practical example
unique properties of button,edit box, radio button,check box?