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 |
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
What is stored in a test frame?
What is the perpose of user-defined base state method?
Need information on how the scripts (test cases) are written for any application in silktest.
What is silktest project?
can you test an application in silk test that is running on another system?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
hai iam not working.iam try to job.on practice i have dout .HOW TO TEST THE CALCULATOR BY USING DATA DRIVEN.PLS REPLY WITH CODE.I HAVE NO IDEA ON DATA DRIVEN.
what are agents in silk?
How to define values for a testplan attribute?
Can u Tell me why we use Advanced tool like Silk Test other than QTP, Or WIN RUNNER And others what is the advantage of these compared o others
How can i used If Else statement in Silk Test. And my table name is login how can i get rowcount in the table having