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 / surya
Dim app
set app = createobject ("Wscript.shell")
SystemUtil.Run "cmd.exe"
app.sendkeys "cd\"
app.sendkeys "~"
this code will run
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is throw object?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Explain how you can find the absolute value of the number in qtp?
Tell me one scenario, the complex functionality you have automated in your project?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
What ate the Technologies supported by QTP?
How does qtp identify gui object?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
What are the benefits of quick test pro(qtp)?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How to find operating system information using the qtp script?