how i can delete the excel process for the task manager
using QTP

Answers were Sorted based on User's Feedback



how i can delete the excel process for the task manager using QTP..

Answer / rico

SystemUtil.CloseProcessByName("excel.exe")

Is This Answer Correct ?    13 Yes 1 No

how i can delete the excel process for the task manager using QTP..

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

Post New Answer

More QTP Interview Questions

PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

4 Answers   Ordain Solutions,


How to create a standard checkpoint ?

0 Answers  


When to use descriptive programming?

0 Answers  


.qfl extension for which file? where vl use it

1 Answers   iFlex,


How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?

1 Answers  






What is dynamic arrays

1 Answers   Patni,


Explain in brief about the QTP Automation Object Model.

0 Answers   Crea,


In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?

1 Answers  


By using QTP can we record any log files written by the application which is in execution?

0 Answers   Ordain Solutions,


what is the exact testing process in qtp plz explin ?

2 Answers  


How do you perform Regreession Testing?

0 Answers   Nokia,


how to count spaces in a given string ex: "this is jagadeesh" in QTP with simple functional script

5 Answers   Cap Gemini,


Categories