What are all the TestStudio assemblies that are necessary when working with Syncfusion Menus?
The required assemblies are
- XPMenus.dll
- PopupMenu.dll
- CommandBar.dll
The functions in the XPMenus and PopupMenu assemblies are Select and TraceParentRoot, the function is more or less similar but XPMenus are responsible for recording the Main Menu and other Bar that is added through the MainFrameBarManager. PopupMenu is responsible for the recording from the PopupMenus. Select is a recordable function, TraceParentRoot is a helper function.
The functions in the CommandBar are recordable DropDown and helper functions GetDoctState and SetDockState. This assembly helps in recording the actions from the chevron and the dropdown button present in the edge of the menus.