how i can delete the excel process for the task manager
using QTP
Answer Posted / rico
SystemUtil.CloseProcessByName("excel.exe")
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
how to disable the pop ups through QTP using a script
What is the keyword view and expert view in qtp?
Differentiate the type of test cases which can be automated and which cannot be automated?
How to do call a output parameter from one action to another action??/
What are the recording modes in qtp?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Give the syntax to import/export xls into qtp.
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What is expert view and keyword view?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What are the various automation frameworks available in qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
after click on compose mail how can we attached a file in qtp with vbscript code
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.