aakash_jain
15 years agoOccasional Contributor
Silverlight Application objects not recognized by TC7.52.678.3
Hi Team,
I have installed the trial version of TC and was trying to record some user actions on a Silverlight application. TC does not seem to identify the objects within the application. The code generated seems like below:
============
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(10, 40)
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(292, 73)
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(179, 144)
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(294, 168)
============
All the clicks were on different objects like combobox, textbox, buttons etc on the form but the TC scripted them as co-ordinate clicks instead.
I have read the article below, which suggests that the Windowless property is not set for our application which defaults to 'false'. This is what is expected by TC to recognize the objects correctly.
http://www.automatedqa.com/support/viewarticle/?aid=8408
Please suggest.
Thanks and Regards,
Aakash
I have installed the trial version of TC and was trying to record some user actions on a Silverlight application. TC does not seem to identify the objects within the application. The code generated seems like below:
============
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(10, 40)
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(292, 73)
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(179, 144)
Call Aliases.iexplore.pageFrameworkiv.formForm1.panelSilverlightcontrolhost.objectXaml1.Click(294, 168)
============
All the clicks were on different objects like combobox, textbox, buttons etc on the form but the TC scripted them as co-ordinate clicks instead.
I have read the article below, which suggests that the Windowless property is not set for our application which defaults to 'false'. This is what is expected by TC to recognize the objects correctly.
http://www.automatedqa.com/support/viewarticle/?aid=8408
Please suggest.
Thanks and Regards,
Aakash