08-04-2011, 03:27 PM
Hi Vijay,
Native properties refers to the internal operation of any run time object.Like setting the focus on txtbox, checking the disabled propety of button.
These native properties are set by the developer at the time of desiging the object and as a automation tester we cann,t access these native properties directly, so we have to use the .object properties to access them.
For button native properties can be:
1)Checked
2) Childnodes
3)Disabled
etc.
Native properties refers to the internal operation of any run time object.Like setting the focus on txtbox, checking the disabled propety of button.
These native properties are set by the developer at the time of desiging the object and as a automation tester we cann,t access these native properties directly, so we have to use the .object properties to access them.
For button native properties can be:
1)Checked
2) Childnodes
3)Disabled
etc.