How to take whole text output from screen of Bitmap
Application.



How to take whole text output from screen of Bitmap Application...

Answer / Brij Bihari Jaiswal

To capture the entire text output from a bitmap application in QuickTest Professional (QTP), you can use Optical Character Recognition (OCR) technology. However, please note that QTP does not have built-in OCR functionality.nnHere is an example of using external OCR libraries with QTP:
1. Install an OCR library such as Tesseract or ABBYY FineReader.
2. Write a VBScript function to read the text from the bitmap image, using the installed OCR library.
3. Call this function in your test script when you need to extract text from a bitmap image.
4. Save the results for further processing or comparison with expected values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

What are the 2 ways in which a variable can be declared in the vbscript language?

1 Answers  


can u test the application without add-in?

1 Answers  


What is the technology used by vb script?

1 Answers  


What are the data types supported by vbscript?

1 Answers  


write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********

1 Answers  


who will create the object?

1 Answers   Estuate,


What is the extension of the vbscript file?

1 Answers  


How regexp.execute method works?

1 Answers  


Explain about scrrun.dll?

1 Answers  


Mention what is select case statement?

1 Answers  


how to organize files in object repository of qtp

1 Answers  


hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?

1 Answers   Livetek,


Categories