What is custom object .what it contains.
Difference between custom & standard objects.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / palguna.akuleti
This answer is correct for WR
This Question is For SilkTest.Please tell me the answer for
this question.
| Is This Answer Correct ? | 1 Yes | 2 No |
Winrunner has default GUI objects like Windows,
PushButton , Check box etc., these objects are called as
standard objects. This objects can automatically learn by
winrunner from our application.
Some applications use new objects other than winrunner
standard objects. Those are called as custom objects. These
should be mapped to the comparable standard GUI objects by
using GUI map configuration to identify by winrunner.
To treat bitmap objects as push button(GUI object) , we
have to define that bitmap as a virtual object by using
virtual object wizard. Then this bitmap is calles virtual
push button. Like wise we can create virtual radio button ,
lists , tables etc.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the standard flow of execution of a test case?
How to test your defaultbasestate?
What are testplan attributes?
What statement in for test is used to transfer control of the script out of the innermost nested for, for each, while switch or selected statement?
How to create group and sub group descriptions in a testplan?
How can we Read the data from data grid in Silk Test?
How to create and edit a testplan?
How to Write user defined functions?
How can you read the contents of PDF using silktest?
Why should we use Silk test .we can use QTP or other tool .What is the difference.
what .inc file consists in silk?
How dom browser extension identify a web application ui object?