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 can i call an external action,which is not added external action of an action?
if interviewer asked about the framework used for automation how we will handle the question..means what should be the answer..plz help..which framework u r used in our company?
How do u use Database checkpoints and what are the use?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
Can you do more than just capture and playback?
can any one make me confirm about a real time employee with better experience in QTP who is providing QTP course individually in Bangalore???
I wanted to create Data Driven test for login page (loginname,password). Password is same for all the loginnames. I recorded the script for one user. I mentioned all the user names in the global excel sheet with the column name as "Loginname". I mentioned 5 loginnames. I selected tools- >datadriver and select loginname. Select parameterize and select parameter all option.Changed the parameter name to "loginname" which i mentioned in the global excel sheet. I executed the script. For the users 2 and 4 only, the script is failing... can anybody explain why the script is failing for users 2 and 4.
what r the 3 basic factor on which we determine to perform automation
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
Explain runtime dynamic settings?
How to find operating system information using the qtp script?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?