How can we get the result from WindowsXP Command Window?
(e.g. After we input 'ipconfig' in command window, how QTP
get the result?)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / rajendra
Command window meand command prompt,
it is a DOS o.s environment.
QTP cannot support this dos environment.
ok frindz byee
Rajendra
rajendra_penumalli@yahoo.com
+91-9885162742
| Is This Answer Correct ? | 0 Yes | 2 No |
what is the difference between testing and debugging?
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
What is the use of Accessibility check point?
What is source control?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What is qtpro? What is quick test pro?
I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
If created one virtual object? Next time I changed the window position will it work?
Hi All, How to Compare two strings character by character in QTP
OR is full with objects but i want to add 5 more objects,but i tried merging files,shared mode and descriptive ,iwont work.is there any alternative for that
What is the concept of hooking in QTP?
How to use the object spy in quicktest professional (qtp) 8.0 version?