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
How many number of actions possible in qtp?
what are the challenges you have faced while testing web based application using the automation tools ?
How do know the number of browsers opened?
can u please explain what is the exact difference between qtp8.2 and 9.0
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
How do you send email with attachment from outlook using qtp ?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How can I check if a environment variable exist or not?
What are the different types of functions available in qtp and explain ?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Explain the difference between check point and output value?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?