Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
Custom server for WPF infragistic control in QTP 9.5
posted

Hi, Please help me in understanding whether we can create the custom server for wpf infragistic controls or not?

I tried creating a custom server for XamDateTimeEditor and using the

"

Infragistics.Windows.Editors.

XamDateTimeEditor dateTimeEditor = (Infragistics.Windows.Editors.XamDateTimeEditor)SourceControl;

 

"

to extract the XamDateTimeEditor object properties but it is throughing an error stating that..

"Cannot convert type 'System.Windows.Forms.Control' to 'Infragistics.Windows.Editors.XamDateTimeEditor'"

please let me know is there any other way to extract object properties instead of using Sourcecontrol,

Thanks In Advance. kindly help.

 

Parents
  • 7695
    Suggested Answer
    Offline posted

    While we are planning to create proxies for our WPF controls so that they work with QuickTest Professional(QTP). At this time, as of QTP 10.0, there is still not a valid extensibility kit for QTP that allows us to create WPF proxies. At this point any support for our controls are strictly what QTP offers directly for all custom WPF controls.

Reply Children