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
112
QTP gives General Run Error when replay recorded code on CustomUltraWinGrid
posted
Hi,In our application, we have custom UltraWinGrid and TabWorkSpace (CustomUltraTabWorkspace) control on this control QTP able to record successfully but when running the same code it gives General Run Error, their is no other message to debug into the code.

SwfWindow("XXX").SwfTable("UGridList").ActivateRow "1"

I am using TestAdvantage 2007 CLR2 with QTP 9.2 .Net Add-in

Basic properties of both objects cannot retrieve when I am running the script. The strange thing is if we record and run the same control on earlier build it works and after recording on previous build, same code works fine on new build where we are getting error.The code is working only for that session of QTP if we closed QTP and again started then again we need to record/run on old build then moved to new one.I read all post which are on same topic but I would like to understand following information1. What are all other properties that QTP looked for to work on the Infragistics control? I compared all the properties using .Net Spy but it returns same no difference. 2. Is there any way get the information stored in QTP session.3. How to verify the hidden properties used by controls in earlier build and latest build those will be activated when we do record and run.

Thanks,

Shirish