Hi,
I have question regarding XAM data Grid.
I have installed trial Verision of TestAdvantage_WPF_HP_20131. but still i am not able to identify the XAM data Grid.
Could you please let me know, how i need to proceed to identify the XAM data grid.
Below are my QTP details:
QTP Version: 11.0
OS: Microsoft Windows XP Service pack 3
Add-in Information:
1) .Net
2) 13.1 test advantage version free
3) ActiveX
4) Silver light
5)VB
6) WEB
7) WPF
Patches installed :
QTP 00709
QTPNET 00120
QTPNET 00153
Please let me know if am missing any thing.
Hi Akhilesh,
UFT or TestComplete will not support it out of the box. I faced the same issue but I was able to identify the xamgrid through UFT(11.53) not as a standard grid object though. You need to use the native object properties to identify it and interact with it successfully.
Regards,
Buby Bhandari.
Unfortunately no, IG TestAutomation does not, and willl not support Silverlight. As Microsoft announced the end of life for Silverlight, and with not much support for test automation specifically for Silverlight, we decided to not invest in the creation of automated support for that product.
I have not worked with UFT with a Silverlight application, but if it behaves like the WPF one, there will be two hurdles, identification. By default it will try to identify the indvidual cells and not the xamGrid as a control. As such you would want to use descriptive programming to target the xamGrid control. Second, using the .Object property to dig through the control properties. I would use the controls online help https://help.infragistics.com/doc/Silverlight/ as a guideline to dig through through the properties to get what you are looking for.
Hope that helps,
Hi Michel,
We have also using same kinda framework (Silverlight + XamGrid).
Do TestAdvantage Support this ?
if not, then is there any workaround to get the columns and row cell data?
Unfortunately Silverlight is currently not supported by Infragistics Test Automation at this time.
Sorry. Its HP UFT 11.53 and not UFT 5.3.