I'm currently using TC to automate regression testing for a Microsoft Dynamic AX 2012 application. However, since upgrading to TC 9.10 a lot of the mappings that previously worked fine are no longer working.
For example, previously the Display Object Spy/ Map Object from Screen options mapped the status bar of a form to:
NameMapping.Sys.Ax32.ActivitiesForm.TaskPageLayout.Footer.StatusBarControl
Now it maps it to:
NameMapping.Sys.Ax32.ActivitiesForm.TaskPageLayout.Footer.Window("HwndWrapper[Ax32.exe;;8e1bf38c-2c04-4800-9a34-60c6a6f2d78b]", "", 1)
Furthermore, I’m not unable map a button on the status bar, which I could do before the upgrade.
I’ve not changed any settings and the MAAS and UI Automation Support extensions are still selected.
Does anyone have any ideas why the mappings have changed?