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
How to run all test cases in a testplan?
What are the types of text lines in a testplan file?
Is there any way of passing values at runtime? Like scanf does in C.
How to include a test case into a testplan?
How to create a test frame?
What is 4test?
How load testing can be done with silk international?
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 agent?
What is multi-tagging?
How to select a group of test cases in a testplan to run?
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 specify a browser extension to a web application?
What are the problems you faced while identifying an object in silk?
How to run a test case from a testplan file?