how to capture data from images in QTP and produce them in
excel sheet?
Answers were Sorted based on User's Feedback
Answer / tvsramakrishnachowdary
for images if alt property provided then we can get that
alt property...
but we cant capture capture text displayed on the image
| Is This Answer Correct ? | 2 Yes | 0 No |
u can use the output value for the text property of that
image.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / ycy
use the Getoproperty or Gettoproperties or method to get
value of property
object.Getoproperty("text")
| Is This Answer Correct ? | 0 Yes | 3 No |
what type automation is fofollowed in the project?
What is the quicktest professional (qtp) testing process?
how qtp handles customised object
What are associated files in QTP?
Diff. between keyword driven Data driven testing?
can we test an windows application using qtp
What does VBS file contain...??? what is VBS file.. ???
Hi, how can we check or avoid the memory leakage in QTP9.2?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
the presentation layer of my application is built using VB 6.0 and a series of C++ dlls and components. We do not use Java, VB.Net, C## or any other component that can be decompiled. We are automating the application using HP Quick Test Professional. It is not reconginizing the combo boxes, tabs etc.... Could you please suggest, whether QTP supports C++ dlls and components or not...if yes, could you please guide me, how to overcome this situation. Can we install any special add-ins for this C++? .When we are performing the recording/execution, the application becomes very slow. Your quick response will be highly solicited in this regard.
Explain the types of object repository?
Write a script to verify font style and color of a windows object using descriptive programming