11-14-2013, 02:58 AM
I am using QTP 11.5 to test windows application.
This application has custom control which is derived from windows controls. ex - MyDateTime -> Derived from DateTimePicker in windows(SwfCalender)
MyDateTime has custom property.
How to set value to custom property in a custom control from QTP?
I tried , SwfCalender("<<ControlName>>").SetToProperty "PropName" "Value"
No luck!
This application has custom control which is derived from windows controls. ex - MyDateTime -> Derived from DateTimePicker in windows(SwfCalender)
MyDateTime has custom property.
How to set value to custom property in a custom control from QTP?
I tried , SwfCalender("<<ControlName>>").SetToProperty "PropName" "Value"
No luck!