What is custom object .what it contains.
Difference between custom & standard objects.
Answer Posted / praveen
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 |
Post New Answer View All Answers
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
What are the types of text lines in a testplan file?
What is the segue testing methodology?
can any one please tell me the full form of .g.t in silktest datadriven method
How to specify a browser extension to a web application?
How to test your defaultbasestate?
How to run all test cases in a testplan?
How to download latest silk test trial version?
How to create a test frame?
What is the standard flow of execution of a test case?
What is silktest agent?
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 the syntax of ui object identifier used by dom extension?
Can silktest switch browsers automatically?
How to select a group of test cases in a testplan to run?