why silk test sees each objects as custom windows?
Answer Posted / 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 |
Post New Answer View All Answers
How to define an object verification in a test case?
How to create a new silktest project?
What are testplan attributes?
What are the problems you faced while identifying an object in silk?
What are the types of text lines in a testplan file?
How to create and edit a testplan?
What is stored in a test frame?
What is a test frame?
What is silktest project?
What is multi-tagging?
How to download latest silk test trial version?
How to define new testplan attributes?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
Can silktest run on mac?
Hi All, An newbiee to silk test tool. I wanted to write a function which checks the browser type installed in the local machine & then based on the browser type test case should run. I tried little bit writing the function : Void Func_ValidateBrowserType() Window myWin myWin = Browser.GetRealBrowser () print (myWin) Any help please.. Thanks, V