HI ,
I am doing a automation POC on .NET application which has used Infragistics controls using UFT 11.50. I am using Infragistics evaluation ADD-in
.Net application which i am working has 'Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea' control which has many buttons. When i click on a toolbar button it will display a floating screen.
My Issue is, UFT is recording or recognising the toolbar buttons. Could you please help me in resolving this issue.
Thanks,
Hello Ramrati,
Thank you for reporting this to us. At this time may I ask if you can provide some additional information about your current testing environment and your AUT. Keep in mind that to use TestAdvantage, you are required to install patch (UFT_00001) aka UFT 11.51, .NET Add-in
1. What version of Infragistics is your AUT used with? 2. Which version of TestAdvantage are you currently using with your AUT?
To obtain the full version of NetAdvantage used in the AUT (application under test) you can look at the version of the NetAdvantage assemblies provided with the AUT or you can ask your developers. To obtain the version from an assembly, right click the assembly in Windows Explorer and select Properties. On the Properties dialog, from the Version tab, look for the Assembly Version.
The full version of TestAdvantage being used can also be obtained from the assemblies. By default the TestAdvantage assemblies are located in the "C:\Program Files\Infragistics\TestAdvantage [version]\Bin" folder.
Have the samples that ship with TestAdvantage work as intended? (record/playback)? They can be found in their default directory C:\All Users\Public Documents
Let me know if you have any questions regarding this matter.
Hello Michael,
I am also facing the similar issue, Where My script was function in QTP 11. Now I am trying to run the same in UFT12.53.
I have installed the Infragestics version 12.1 and the application is also build using 12.1 version only.
Below is the Script developed in QTP 11:
SwfWindow("Zorba-WorkStation").SwfToolbar("MainMenu").Object.ToolbarsManager.Tools tbmgrToolbar, tbmgrClick, "AppToolbar", "Save"
Now the Object is detecting as below:
SwfWindow("Global Property Workstation").SwfObject("_MDIMainForm_Toolbars_Dock_Are")
Please advise.
Thanks
Ram
Hi Michael
Thank you very much for your immediate response.
I tried to record my AUT without Infragistics add in. I didnt find any difference in the script for with add in and without add in.
Could you please help me understand where Infragistics add in would fit