why silk test sees each objects as custom windows?
Answer / xyz
two reason for this :
·When silk is not able to identify the object because it is
named differently.
For example, instead of it being named a TextField, it was
named EnterTextRegion. If this is the only reason, then you
can class map the control to the standard name.
class mapping will work if the object isn’t really a custom
object, but rather a standard control with a non-standard name.
If the class mapping does not work, it is because of the
following reason.
· The object truly is a custom object; that is, the software
in the application under test that creates and manipulates
the object is not from the standard library. That means that
the SilkTest algorithms written to interrogate this kind of
object will not work, and other approaches will have to be
used to manipulate the object.
| Is This Answer Correct ? | 3 Yes | 0 No |
Is there any way of passing values at runtime? Like scanf does in C.
Define Silk Testing.
can any one please tell me the full form of .g.t in silktest datadriven method
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...
How can we Read the data from data grid in Silk Test?
What is multi-tagging?
Can silktest run on mac?
Any tools to test the performance of SQL Quarries and SP? If any one are using them please provide the site names or software names...
What is the wait statement in Silktest?
How to open an existing silktest project?
How to create a test frame?
How to create and edit a testplan?