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 / 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 |
Post New Answer View All Answers
Where is a testplan stored?
How to test your defaultbasestate?
Can silktest switch browsers automatically?
What are the important aspects of a test case?
How to specify a browser extension to a web application?
How dom browser extension identify a web application ui object?
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
What is a test frame?
What is the vo browser extension?
What are the default testplan attributes?
How to open an existing silktest project?
How to record a test case?
Is there any way of passing values at runtime? Like scanf does in C.
What is silktest host?
What are testplan attributes?