Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in..

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

Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in..

Answer / 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

Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in..

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

Post New Answer

More Silk Test Interview Questions

What is 4test?

0 Answers  


what is the statment/command for invoke the browser from script

4 Answers  


what .inc file consists in silk?

3 Answers  


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

0 Answers  


What is the syntax of ui object identifier used by dom extension?

0 Answers  


What is defaultbasestate?

0 Answers  


What is custom object .what it contains. Difference between custom & standard objects.

3 Answers  


What is multi-tagging?

0 Answers  


Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?

5 Answers   IBM,


can any one please tell me the full form of .g.t in silktest datadriven method

0 Answers   STC,


What are the important aspects of a test case?

0 Answers  


why silk test sees each objects as custom windows?

1 Answers   BMC,


Categories