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 |
what is run-time object property in Object spy in QTP9?
Give me exact application where we should use low level recording?
What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.
What does it mean when a check point is in red color? What do you do?
is we can import the object repository from external source. if it so then how?
what type of test cases tou will automate?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
what is the Exact Meaning of Environment Variables?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
what is the script to select 2 or more than 2 options from a listbox.
Do you know how to connect database? Can you tell me the procedures?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?