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 |
Is there any way to retrieve content of the image i.e If image contains text... how to retrieve in silk test In QTP there is GetVisibleText is there any function similar to this in silktest...
What is the perpose of user-defined base state method?
How to write the good frame work for application.
Imagine you have a string variable that holder a credit card (16digit). There are multiple ways of obtaining last four digits of this number programmatically on a run time. Name one; for practical purpose variables name is sCCnumber?
what is the statment/command for invoke the browser from script
What is present in review report .
How can you read the contents of PDF using silktest?
What is custom object .what it contains. Difference between custom & standard objects.
How do you create a user defined class in silk?
How to add objects of other pages to a test frame?
In for test there are three pass modes for function arguments. They are rarely used since pass mode always default to the most used one. Pls name them and specify which one is a default?
What are the types of text lines in a testplan file?