How can we get the result from WindowsXP Command Window?
(e.g. After we input 'ipconfig' in command window, how QTP
get the result?)
Answer Posted / sagar kuamr sutar
We can get the results from windows xp cmd prompt:
Dim app
set app = createobject ("QuickTest.Application")
SystemUtil.Run "cmd.exe"
app.sendkeys "cd\"
app.sendkeys "~"
After this you can give your input to get the results.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What are the advantages of a Hybrid framework?
Differences between text and test area checkpoints?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
What are the differences between quicktest professional (qtp) and winrunner?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Explain data driven framework?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
Both static and dynamic arrays are handled by the vb script. Is it true?
Explain about the quicktest professional (qtp) automation object model?
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
Step 3&4 are repeated until an the object in recognised uniquely.
how can we preform retesting(DATA driven test) using function please gine the code for loginpage