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

Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....

2 Answers  


we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?

0 Answers  


What is Object Spy in QTP?

1 Answers   Crea,


How many regression test suits in your appliction?

2 Answers   CTS,


regular expression in qtp standar check point for months from accepting months from january to december only

0 Answers  






Set DR= CreateObject("Mercury.DeviceReplay")

2 Answers  


What is the architecture of framework

0 Answers  


how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!

0 Answers   TCS,


Can you list some technologies that support qtp?

0 Answers  


Please can you give where can we get good QTP Training at Hi-Tech city Hyderabad?

10 Answers  


What are different versions in Win Runner ,QTP ,Load Runner and Test Director till now and atleast please let me know new features for each version. Ex QTP8.2,QTP 8.5.QTP9.2 supports Mozilla 2.0

1 Answers   DELL,


your doing one project testing then how u know itis wheather web based application or windows based application?

2 Answers  


Categories