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 |
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
procedure or steps to do silk test? clearly
Is there any way of passing values at runtime? Like scanf does in C.
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is silktest project?
Need information on how the scripts (test cases) are written for any application in silktest.
What is silktest agent?
I have Silk Test 7.5 installed to my machine. My silk recoginizes all the windows applications.But its not recoginizing the web application.When i try to ENABLE EXTENSION for any web application i am not getting the window with the two radio button namely DOM and VO. What could be the problem? I also tried using browsers like IE,FF and also uninstalled the silk n reinstalled it again.But it works out with my neighbours system....Wht could be the problem?????
How to attach silk test results to test director?
What is the wait statement in Silktest?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
Can silktest switch browsers automatically?