07-03-2014, 06:13 AM
I have installed Essential Studio for windows. I have successfully enabled QTP Addon. Following are the steps I followed:-
1) Copied contents of SWFConfig from C:\Program Files (x86)\Syncfusion\Essential QTP\12.1.0.43\Config\4.0
to C:\Program Files (x86)\HP\Unified Functional Testing\dat folder SWFConfig file.
2) Restarted UFT and selected addings as .Net, ActiveX, web
3) Started application having Syncfusion controls.
Still Syncfusion.Windows.Forms.Tools.TreeViewAdv is getting recognized as SWFObject.
Still Syncfusion.Windows.Forms.Tools.XPMenus.BarControlI nternal is getting recognized as SWFObject.
Also following is the treeviewADv sample code configured in swfconfig file:-
All the paths are correct. One thing I observed is in <Control Type="Syncfusion.Windows.Forms.Tools.TreeViewAdv"> , part MappedTo="Control Name" is not mentioned
Am I doing something wrong. Cople of questions below:-
1) Does UFT 12.0 supports Syncfusion QTP addon?
2) Does dll version 4.0, will work with UFT 12.0, .net framework 4.5?
Can someone let me know how to configure this so that syncfusion controls can be recognized.
Thanks
1) Copied contents of SWFConfig from C:\Program Files (x86)\Syncfusion\Essential QTP\12.1.0.43\Config\4.0
to C:\Program Files (x86)\HP\Unified Functional Testing\dat folder SWFConfig file.
2) Restarted UFT and selected addings as .Net, ActiveX, web
3) Started application having Syncfusion controls.
Still Syncfusion.Windows.Forms.Tools.TreeViewAdv is getting recognized as SWFObject.
Still Syncfusion.Windows.Forms.Tools.XPMenus.BarControlI nternal is getting recognized as SWFObject.
Also following is the treeviewADv sample code configured in swfconfig file:-
Code:
<Control Type="Syncfusion.Windows.Forms.Tools.TreeViewAdv">
<CustomRecord>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files (x86)\Syncfusion\Essential QTP\12.1.0.43\Bin\4.0\TreeViewAdv.dll</DllName>
<TypeName>Syncfusion.TestStudio.Tools.TreeViewAd v</TypeName>
</Component>
</CustomRecord>
<CustomReplay>
<Component>
<Context>AUT</Context>
<DllName>C:\Program Files (x86)\Syncfusion\Essential QTP\12.1.0.43\Bin\4.0\TreeViewAdv.dll</DllName>
<TypeName>Syncfusion.TestStudio.Tools.TreeViewAd v</TypeName>
</Component>
</CustomReplay>
</Control>
All the paths are correct. One thing I observed is in <Control Type="Syncfusion.Windows.Forms.Tools.TreeViewAdv"> , part MappedTo="Control Name" is not mentioned
Am I doing something wrong. Cople of questions below:-
1) Does UFT 12.0 supports Syncfusion QTP addon?
2) Does dll version 4.0, will work with UFT 12.0, .net framework 4.5?
Can someone let me know how to configure this so that syncfusion controls can be recognized.
Thanks