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
What are the default testplan attributes?
Can silktest run on mac?
Can silktest switch browsers automatically?
how to pass TDS intery in tally?
How to assign attribute values to test cases?
Is there any way of passing values at runtime? Like scanf does in C.
What is 4test?
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 multi-tagging?
What is a silktest testplan?
How to define new testplan attributes?
What is silktest project?
How to test your defaultbasestate?
How to define values for a testplan attribute?
How to add objects of other pages to a test frame?