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
Explain about business process component? types and usage?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
What are main panes available in qtp test browser?
What are the types of object repositories? Which one is you are using?
Does QTP record on Objects created on XWindows Environment?
Explain how qtp identifies object?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is QTP and the use of QTP in TD?
Describe how Smart Identification is used
What is the registration process and examination fees?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
UFT 12.02 which ALM version will support
Will down time for server and content maintenance/upgrades be allowed? how much?
How many types of recording modes in qtp? Describe each type with an example where we use them?
explain structured testing? plz guys with exp. do answer