I want to capture data(using keyword) from msdos
application using QTP?...
Below is little work i could do on it...
/*
Set app=CreateObject("Wscript.shell")
SystemUtil.run
("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE")
Window(“PUMPSIM.EXE”).Activate
wait(3)
app.sendkeys "N"
*/
Thanks in advance...!!!
No Answer is Posted For this Question
Be the First to Post Answer
What is the function of Filter in QC . give with a real time example.
Differences between quicktest professional (qtp) and winrunner?
Hi guys, Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ??? and also VBscript is also deleted/Removed from QTP ???? Javascript is added latest and tool name is called JFT ??? From this year ??
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
Test Life cycle starts IS it Requirments stage or Test Initiation?
What is InStr()
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
can we enable smart identification for test object
1) 100 test boxes there in application. how to click 100 test boxes using vb script? 2) 100 objects there in web page,how we will store that 100 objects repostries?
I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
What is the use of Debug Viewer?