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 record a test case into a testplan automatically?
What are the problems you faced while identifying an object in silk?
What is silktest agent?
What are the default testplan attributes?
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 a silktest testplan?
Can silktest switch browsers automatically?
How to select a group of test cases in a testplan to run?
What is the segue testing methodology?
How to test your defaultbasestate?
Where are the testplan attributes stored?
how to pass TDS intery in tally?
What are testplan attributes?
How to define values for a testplan attribute?
How to record a test case?