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 load testing can be done with silk international?
What are the important aspects of a test case?
Where are the testplan attributes stored?
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?
How to assign attribute values to test cases?
What are the types of text lines in a testplan file?
How to select a group of test cases in a testplan to run?
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
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
How record a test case into a testplan automatically?
How to create and edit a testplan?
How to define values for a testplan attribute?
What are testplan attributes?
What is a test frame?
Is there any way of passing values at runtime? Like scanf does in C.