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
How to assign attribute values to test cases?
How dom browser extension identify a web application ui object?
What is 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 are the default testplan attributes?
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
Can silktest switch browsers automatically?
What is a silktest testplan?
How to open an existing silktest project?
How to download latest silk test trial version?
What is the standard flow of execution of a test case?
What is silktest project?
What is the segue testing methodology?
Where are the testplan attributes stored?
How to specify a browser extension to a web application?