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
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
Is there any way of passing values at runtime? Like scanf does in C.
How to open an existing silktest project?
How to create a new silktest project?
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
What is the syntax of ui object identifier used by dom extension?
How to select a group of test cases in a testplan to run?
How to specify a browser extension to a web application?
Where are the testplan attributes stored?
How to test your defaultbasestate?
How to define values for a testplan attribute?
What is 4test?
How to download latest silk test trial version?
How to create and edit a testplan?
What are testplan attributes?