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 |
what is Function Definition Generator? can any one explain me in details?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What is the use of Testing framework in Automated testing..what are different kinds of Testing frameworks available in Automated testing...
what difference between client and server applications exatly?
how to re-install QTP 9.0 trial version.
Describe synchronization point.
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.
how can i prepare for QTP(8.2) to face interview ? give over view details?
What are the types of object repository?
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
What is test fusion report?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.