Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Help Needed in Test Advantage Addin configuration
posted

We are automating .NET  application with QTP 11. The application uses .NET 4.0 framework and infragistics controls. 

Previously we used Test advantage addin 2010V3 (TestAdvantage_WinForms_HP_20103) which is same version as the Net advanatage addin used in developer side. 

Now the Net advantage in developer side is upgraded to 2012V2 and we installed the same version of Test advantage (TestAdvantage_WinForms_HP_20122). But the scripts which worked fine with previous version is not working now . 

Particularly ,the methods supported by QTP for Infragistics controls throw runtime errors. 

Ex : The below code throws the runtime error “Object doesn’t support this property or method”. 

 SwfWindow("XL Analytics Pricing System").SwfWindow("Model Selection Form").SwfList("ultraOptionSet1").SetFocus

 Can anyone Help me to resolve this issue as it is a showstopper for us.

Parents Reply Children
No Data