In "Property" the user-defied property can have two
functions only, define that?
Answer Posted / jimena
Get()and Set()
A Get function must take no arguments and must return a
value whose type is not void.A Set function must take one
and only one argument and must be declared void.
A property need not have both a Get and a Set function
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can any one please tell me the full form of .g.t in silktest datadriven method
How dom browser extension identify a web application ui object?
What are the problems you faced while identifying an object in silk?
How to test your defaultbasestate?
What is silktest project?
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 create group and sub group descriptions in a testplan?
How load testing can be done with silk international?
how to pass TDS intery in tally?
How to define new testplan attributes?
How to specify a browser extension to a web application?
Is there any way of passing values at runtime? Like scanf does in C.
What are the types of text lines in a testplan file?
How record a test case into a testplan automatically?
Where is a testplan stored?