Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to capture data from images in QTP and produce them in
Excel sheet ? please ans...

Answers were Sorted based on User's Feedback



How to capture data from images in QTP and produce them in Excel sheet ? please ans.....

Answer / kumar

capture the Content from the image , this can't be done
using the QTP.
This is one of the QTP tool restrictions.

Is This Answer Correct ?    8 Yes 2 No

How to capture data from images in QTP and produce them in Excel sheet ? please ans.....

Answer / azhar

Yes very right answer

You can only capture ALT text if provided.

Azhar Mehmood

Is This Answer Correct ?    2 Yes 1 No

How to capture data from images in QTP and produce them in Excel sheet ? please ans.....

Answer / pravati

text=Browser().page().image().getroproperty("alt")
msgbox text
set excel=createobject("excel.application")
excel.application.visible=true
excel.workbooks.open("path")
set mysheet=excel.Activeworkbook.worksheets("sheet2")
mysheet.cells(1,1)=text
excel.Quit
set excel=nothing
set mysheet=nothing

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to retrieve the object properties at runtime without the usage of GetROProperty?

3 Answers   Cap Gemini,


anyone can explain about "Hybrid framework" in QTP

5 Answers  


What exactly is the difference among all the three recording modes.

2 Answers   TCS,


To which environments does a QTP support?

1 Answers   Crea,


What is QTP?

3 Answers   Crea,


how to write testcases for web based insurance,from the script by using qtp.

1 Answers  


Explain what the difference between Shared Repository and Per_Action Repository

2 Answers  


How to connect QTP to Testdirector

4 Answers   BirlaSoft, Polaris,


How to load object properties to object repository through scripting.give one example

7 Answers   IBM,


What is Object Spy in QTP?

11 Answers   vsworx,


How to analyzing the checpoint results?

0 Answers  


what's the difference in between function and sub and give some code as well

3 Answers   Patni,


Categories