How to capture text from image to word
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aiswaryan
Tools-Options-Text Recognition
Select 'Use OCR only' and Language as English.
If your application is a window app,
window("").GetVisibleText(10,10,200,200)
If it is not a window app, then print screen and paste the
image to any window apps like mspaint or word and use
GetVisibleText function.
Is This Answer Correct ? | 2 Yes | 1 No |
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
How to create scenario selector
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
what is the smart identification techniqu?what r the different mechanisums used in it?
Explain about random testing of 500 test cases?
Among all the check points what is the most important checkpoint?
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
Plz explain about Virtual object? What is the situation u r using , explain with example?
can we run the scripts of qtp 8.2 in the qtp7.0?
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))