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...
Answer Posted / 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 |
Post New Answer View All Answers
There is an excel file of 1 to 100 sheets how you will iterate through it?
can u please explain what is the exact difference between qtp8.2 and 9.0
What is the use of sendkeys and what are send keys
They asked by using qtp recording writing scripting
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Explain about Test Fusion Report of QTP?
What Folder Structure following in Keyword Driven Frame work?
can the activities of test case design be automated?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is object repository in qtp?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Whether qtp 9.0 supports Test director8.0
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Where we use data driver in qtp?
Can we Test Welcome Screens and Process Images with QTP