How to capture text from image to word

Answer Posted / vardhan

Capturing the text in a image was not possible with any of the
tool.
GetvisiableText property recognises the text which maybe in the window, web page or from edit box.
...image validation in QTP can be done through check points concept...

thank you ... let me know if i was wrong

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to test results for qtp ?

787


Your roles and responsibilities and daily tasks? (As automation tester)

2580


What are table and db checkpoints?

587


Hybrid framework supports Descriptive programming. Is it true?

651


How to customize checkpoints with parameters?

3020






Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1431


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

579


how did u use automating testing tools in ur job?

1485


how to do the batch testing in test director using manual testing procedure?

1778


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2422


If the objects hierarchy is changing from build to build, then how you will handle that condition?

619


i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click

1467


The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)

2801


What is an optional step in qtp ?

635


Write a script to customize the test results in PDF and HTML format.

2082