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 |
How to do text verification point in silktest for a specific content.Suppose in the text editor, i have typed some "aaaa,bbbb,cccc,dddd" in different lines. now i want to capture only aaaa of first line from the text editor. How can i do it.Can any one help me.
can you test an application in silk test that is running on another system?
What are the important aspects of a test case?
what is DON in SILK?
How to write the good frame work for application.
what is silk testing?
what is the base class for all the classes in silk?
Is there any way of passing values at runtime? Like scanf does in C.
What is the wait statement in Silktest?
How can we Read the data from data grid in Silk Test?
Define Silk Testing.
How to create and edit a testplan?