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 |
I want to learn QTP Online, where can I get quality training?
How to merge the two object repositories
actually how many hours per one day we will work on automation(qtp) in real time
Difference between object identification and smart identification
What is test fusion report?
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
What is the entry and exit point of automation testing
How many tabs are available to view your test in a test pane and what are they?
what is the qtp objects?
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
hai there..this is chandu..i have a txt file which containing 1000 lines but at a time i want to retrieve 50 lines..after 50 lines i required to retrieve 51-100..like that i want...so could anybody help me in this...thanks in Advance..
What is our exact stage involvement with QTP?