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...
Answer Posted / lakshmi v
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 |
Post New Answer View All Answers
How to run a test case from a testplan file?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V
How to define values for a testplan attribute?
can any one please tell me the full form of .g.t in silktest datadriven method
How to test your defaultbasestate?
What is defaultbasestate?
How to create group and sub group descriptions in a testplan?
What is 4test?
How to record a test case?
How to download latest silk test trial version?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
How to create and edit a testplan?
How to include a test case into a testplan?
What is silktest host?
Can silktest switch browsers automatically?