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 test your defaultbasestate?
Is there any way of passing values at runtime? Like scanf does in C.
How to add objects of other pages to a test frame?
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 defaultbasestate?
What is the standard flow of execution of a test case?
How to include a test case into a testplan?
How to create a new silktest project?
What is a silktest testplan?
What is silktest agent?
What are testplan attributes?
Where are the testplan attributes stored?
What is silktest host?
How to define values for a testplan attribute?
How to open an existing silktest project?