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 is API
Pls explain me the difference between ........ Description.Create and CreateObject
please post the interview questions for QA position in FACTSET
If we write a script in the expert view how are the objects created in the object repository? to be clear i will explain my problem first i have recorded the mercurytours application by providing the link www.mercurytours.com and all the objects are stored in the object repository ok this is fine. but i have copied the script generated in the above processes and pasted in a new test and tried to run that script but as the objects were not stored in the object repository it showed an error (The "Welcome: Mercury Tours" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object).so how can i overcome that error
How can I import environment from a file on disk?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
What is an optional step in qtp ?
What is object repository?
Hi All, I need code for how to execute qtp scripts from excell sheet
How u call functions in QTP Function to calculate the length of characters in a wor
What are the Latest Feature are added In QTP 9.2?
we are submitting data one form to another form.defaultly it is time period set as 5sec. but it is taken 15sec what to do