Hey, I am testing this APP developed using Infragistics NetAdvantage 8.2. I use Testadvantage 8.2 to test this. When i spy over the toolbar in my APP, i could spy the entire toolbar(which has more than 20 individual objects under HOME and Preferences), but not the individual objects in the toolbar.
I get the following details while spying over the toolbar.
Class Name: SwfToolbar, nativeclass: WindowsForms10.Window.8.app.0.2ce2184, regexpwndclass: WindowsForms10.Window.8.app.0.2ce2184
swftypename: Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea
Please provide me some kind of solution regarding what i should do to capture individual objects under my toolbar.
Thanks
Hi,
Use .Net Windows Forms Spy insted of normal spy, Located at in QTP--> Tools-->.Net Windows Forms Spy
After that expand the following items in .Net Windows forms Spy
ToolbarsManager -->Tools
or
ToolbarsManager -->Toolbars
You will get the data.
Cheers..
Sridhar