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
What is the segue testing methodology?
What is 4test?
How to download latest silk test trial version?
how to pass TDS intery in tally?
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
Is there any way of passing values at runtime? Like scanf does in C.
How to test your defaultbasestate?
What is the vo browser extension?
Where are the testplan attributes stored?
What is silktest project?
How to define new testplan attributes?
How load testing can be done with silk international?
Can silktest switch browsers automatically?
How to run all test cases in a testplan?
can any one please tell me the full form of .g.t in silktest datadriven method