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 |
types of output value in details.
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
When to use Descriptive programing?
what r the executing modes in QTP
how u will evaluate the tool for test automation?
Could you please suggest a book to start with QTP and also a book for advanced concepts?
What are the differences between table and db checkpoints?
how can i call reusable action in a function could any one explain me?
How can I use the value retrieved by OUTPUT VALUE check point as Input for other Actions?
How to supress warnings from the "Test results page"?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me