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 |
What is present in review report .
How to run a test case from a testplan file?
How to run a test case from a test script file?
How to define new testplan attributes?
What is silktest project?
What is stored in a test frame?
How to write the good frame work for application.
How to include a test case into a testplan?
How to create a new silktest project?
What are the reasons behind silk test hanging? Is any particular problem or it is just because of system problem.?
What are the possible failure scenarios and different types of errors you find in silkTest?
What is silktest host?