In "Property" the user-defied property can have two
functions only, define that?



In "Property" the user-defied property can have two functions only, define that?..

Answer / 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

More Silk Test Interview Questions

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?

3 Answers   IBM,


How to test your defaultbasestate?

0 Answers  


How can we Read the data from data grid in Silk Test?

2 Answers   PSO,


How to run a test case from a test script file?

0 Answers  


Can we customise the result file?

1 Answers  






How to define values for a testplan attribute?

0 Answers  


What is the wait statement in Silktest?

4 Answers   CTS, IBM,


Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website

0 Answers  


What is present in review report .

1 Answers  


How to Write user defined functions?

3 Answers  


What are the possible failure scenarios and different types of errors you find in silkTest?

2 Answers  


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?

5 Answers   IBM,


Categories