How to open any application during Scripting in QTP?
Answer Posted / raja83
you can launch any exe files using following code
systemUtil.Run "PATH\Filename.EXE"
ex:
systemUtil.Run "C:\Calc.exe"
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is checkpoints for qtp?
What are the disadvantages of recording test cases in qtp?
what type of automation is follwed in the project?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How to creating an output value using quicktest professional?
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...!!!
how did u use automating testing tools in ur job?
If you are testing a web application then what will you test in that application?
How can you give wait up to 10 seconds in qtp?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
how to prepared for first for the first interview?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
What is throw Object?