What is custom object .what it contains.
Difference between custom & standard objects.
Answer Posted / manoj r
Most of the development environments has their built-in set
of GUI controls, these are called as standard objects. For
most of the standard controls of supported technologies
SilkTest has mapped classes. While developing any
application developer may create a new GUI control these
controls are called as custom object. As it is a user
created control SilkTest do not have a mapped class for it,
therefore these type of controls will be identified as
Custom window (Custom objects) by SilkTest.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is stored in a test frame?
How to create a test frame?
How to run all test cases in a testplan?
Can silktest run on mac?
Is there any way of passing values at runtime? Like scanf does in C.
What is a silktest testplan?
What is the syntax of ui object identifier used by dom extension?
What is 4test?
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
How to run a test case from a testplan file?
How to assign attribute values to test cases?
How dom browser extension identify a web application ui object?
In SilkTest we have a function Except Log which displays the path of the error occured in a Script.In QTP do we have any function like that?
What is silktest project?
How to specify a browser extension to a web application?