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 |
What are the 2 ways in which a variable can be declared in the vbscript language?
can u test the application without add-in?
What is the technology used by vb script?
What are the data types supported by vbscript?
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
who will create the object?
What is the extension of the vbscript file?
How regexp.execute method works?
Explain about scrrun.dll?
Mention what is select case statement?
how to organize files in object repository of qtp
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?