Is there any way to retrieve content of the image
i.e If image contains text... how to retrieve in silk test
In QTP there is GetVisibleText is there any function similar
to this in silktest...
Answers were Sorted based on User's Feedback
Answer / mudasir
Silk Test Has In-built OCR lib (.inc), which is a 3rd party integrated, using these function we can get the text from bmp files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Mudasir,
Could you please elaborate with an example code snippet on
how we can read the text embedded in an image. I guess that
it may not be possible to do so.
One example of such a case is CAPTCHA (the distorted text
which appears while we sign up for most of the websites).
This text which can be read by a human is embedded and
presented as an image. The purpose of having CAPTCHA is not
to let any automated bots/tools perform the sign ups and
overload the website.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / singh.samarveer
GetCaption.- Returns the text associated with the object.
-> To Retrive content/Text from an object.
STRING sImgText
sImgText = Object.GetCaption ()
Print("Image Text:" + sImgText)
| Is This Answer Correct ? | 0 Yes | 4 No |
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...
Define Silk Testing.
Whats the difference between Basestate & Default basestate?
what is DON in SILK?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What are the default testplan attributes?
What are the important aspects of a test case?
How to run a test case from a testplan file?
How to create a new silktest project?
How to select a group of test cases in a testplan to run?
What is the perpose of user-defined base state method?
What is the segue testing methodology?