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 run a test case from a testplan file?
How to define an object verification in a test case?
How to select a group of test cases in a testplan to run?
What is multi-tagging?
What are the important aspects of a test case?
What is defaultbasestate?
How to run a test case from a test script file?
How to assign attribute values to test cases?
What are the default testplan attributes?
How to create and edit a testplan?
What are the problems you faced while identifying an object in silk?
can we test the application by inserting checkpoints using silktest as we do in qtp and winrunner and also what are the automation frameworks in silktest
What is the vo browser extension?
What are the types of text lines in a testplan file?
What is a silktest testplan?