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 |
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
0 Answers Tavant Technologies,
How to connect QTP to Testdirector
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
how to prepared for first for the first interview?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
when there is a task that gets repeated in multiple scripts what do you do in QTP?
Can we create user defined functions in qtp?
what is a test strategy & what is the difference between test strategy & test plan?
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
Why qtp always start action1 and does not start action?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
How many types of Test Plans are there...??