how i can delete the excel process for the task manager
using QTP
Answers were Sorted based on User's Feedback
Answer / ray
SystemUtil.Run "taskmgr"
Dialog("Windows Task Manager").WinListView
("SysListView32").Select "EXCEL.EXE"
Dialog("Windows Task Manager").WinButton("End
Process").Click
Dialog("Windows Task Manager").Dialog("Task Manager
Warning").WinButton("Yes").Click
| Is This Answer Correct ? | 7 Yes | 1 No |
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?
regular expression in qtp standar check point for months from accepting months from january to december only
How do you copy a value from a cell in an msexcel sheet saved on the desktop into QTP's datatable when the co-ordinates of cell are given?
what are the disadvantages in QTP 9.2?
What is output value?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Explain advantages and disadvantages of ddf?
difference between multiple parameterization and data driven wizard in QTP?
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
Can we record an application running on a remote machine using qtp?
How to handle recovery scenario for a application crash.write script for this.