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

How to create group and sub group descriptions in a testplan?

0 Answers  


how to pass TDS intery in tally?

0 Answers  


How dom browser extension identify a web application ui object?

0 Answers  


Can silktest switch browsers automatically?

0 Answers  


What is defaultbasestate?

0 Answers  






How to define an object verification in a test case?

0 Answers  


can you test an application in silk test that is running on another system?

2 Answers   Infosys,


What are testplan attributes?

0 Answers  


How can you get the moving contents of flash image using silktest.

1 Answers  


How to create a new silktest project?

0 Answers  


How to open an existing silktest project?

0 Answers  


Can we customise the result file?

1 Answers  


Categories