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 |
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
can we call a test in another test? how? explain with one example?
I know the Basic QTP. But I wanted to learn descriptive programming in QTP. Without Object Repository how we can develop a script? I wanted to do one real time project using QTP. If you know this type of training is available in pune then let me know the address.
in a web page How to check and display a particular word from a paragraph?
How i can change shared repository to per test repository in qtp
Hi all , I am new at QTP I want a sample script to check validation messages(For java script or VB script) for login page with for web based application.. Any one can Help. I have to complete it in two days I need urgent help.. Ex. if I want to check mail.yahoo.com 1 > If user doed not exist it display "Username does not exist" 2> if invalid Uname and password then it display" Invalid Uname or pass" 3> Loing Sucssessfully. I want to check this types of application by using data table to give values of username and password.. Thanks
Is there any site to download QTP....otherwise tell me the way how to get the QTP sofware??????????????????? Thnx in advance
Synchronozation types in QTP
I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Can anybody help me by sharing the code for checkbox in qtp using vbscript.