before launching qtp, we need to close all the open browsers
u dont know what are all the browsers either it might be
ie,mozilla etc and u dont know how many brosers are open....
u need to close all these before launching qtp.. can anyone
plz temme d solution...
Answers were Sorted based on User's Feedback
Answer / lakshmi
If the script is in QTP Expert View,If Before launching
QTP...then easily find the processes from Tsak Manager and
kill the process :)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / debee prasad kar
dim d,a
set d=description .create
d("micClass").value="Browser"
'get the list of browser
set a =Desktop.childobjects(d)
for i=0 to a.count-1
a(i).close
next
| Is This Answer Correct ? | 3 Yes | 5 No |
Suggest and Define a solution for an application whose objects are not recognized by UFT?
how to calculate no. of repeating characters in a a string..please give me the code
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
What do you mean by checkpoints in qtp?
How to make Non reusable actions into reusable action? is that feature available in QTP
How to load the object repository at run time?
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
Describe function procedure in vbscript.
How many add-ins comes by default with quicktest professional (qtp)?
How do you delete unwanted results in qtp?
can we run the scripts of QTP8.2 in QTP7.0?
How can I check if a environment variable exist or not?