How to open any application during Scripting?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
SystemUtil, object used to open and close applications and
processes during a run session. A SystemUtil.Run statement
is automatically added to your test when you run an
application from the Start menu or the Run dialog box while
recording a test
E.g : SystemUtil.Run "Notepad.exe"
SystemUtil.CloseDescendentProcesses (Closes all the
processes opened by QTP)
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / lakshmi
We can open any application in QTP using system util.run
and by rec and run settings.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / punkhuri singh
SystemUtil , object used to open and close applications and processes during a run session.
(a) A SystemUtil.Run statement is automatically added to your test when you run an application from the Start menu or the Run dialog box while recording a test
E.g : SystemUtil.Run "Notepad.exe"
SystemUtil.CloseDescendentProcesses ( Closes all the processes opened by QTP )
| Is This Answer Correct ? | 0 Yes | 0 No |
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Can any one send me the QTP Basic Coding Samples?
How many types of recording facility are available in quicktest professional?
what version of test director supports the QTP? does testdirector supports the QTP9.0?
Hoe can we do retesting using functions please give the code for it using login page
Explain about the Test Fusion Report of QTP ?
how to convert 100 into hundred repees only and viceversa
How to find the name of the machine where you are running your automation scripts in qtp?
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail