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 |
How to download latest silk test trial version?
I'm involved in automation using silk test of an swing application running in a browser. There is a window whose name is a dynamic. i.e based on the input(eg: some filename) the window name keeps on changing. I need to capture the window name for every run of silk test case for different input filenames. I'm aware of GetName() in SilkTest, but its not working for me. Can anybody suggest me any logic to achieve this using silktest?
How to attach silk test results to test director?
How to assign attribute values to test cases?
Define PEER Review ,what it contains & What we discuss in that meeting.
What is the segue testing methodology?
Whats the difference between Basestate & Default basestate?
How to define an object verification in a test case?
How to run a test case from a test script file?
How to specify a browser extension to a web application?
What are the possible failure scenarios and different types of errors you find in silkTest?
What are the problems you faced while identifying an object in silk?