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 / 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 View All Answers
What is a test frame?
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
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How to download latest silk test trial version?
How dom browser extension identify a web application ui object?
How to include a test case into a testplan?
How record a test case into a testplan automatically?
What is the segue testing methodology?
What is stored in a test frame?
What is the syntax of ui object identifier used by dom extension?
How to run all test cases in a testplan?
How to add objects of other pages to a test frame?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
What is defaultbasestate?
How to run a test case from a testplan file?