How to open any application during Scripting?
Answer Posted / 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 |
Post New Answer View All Answers
What is RTM (require ment tracebulity marix) fromate?
How to open a new test using quicktest professional?
How to handle the exceptions using the recovery scenario manager in qtp?
Can launch two instances of qtp on the same machine?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Explain how you can find length of array in qtp?
What are the check points can be inserted without recording?
What is qtp window?
how interviews will be on QTP?
How to start recording using quicktest professional?
Can we create user defined functions in qtp?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What is quicktest professional (qtp)?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
Can we write winrunner language i.e TSL in QTP tool?