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 |
How to test results for qtp ?
How to handle Run-time errors?
What is an Custom Object in QTP ?
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What's Checkpoints for QTP?
How many types of Automation frameworks are there in UFT? Describe them.
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?