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
330
SetCellData Locks Application Under Test and QTP
posted

QTP v10

TestAdvantage 2007 Volume 1 CLR 2.0 against same version of NetAdvantage

 

If I do a grid.SetCellData in my QTP script, it will completely lock the application under test and QTP as well, causing the application process to start consuming half the CPU consistently.

If I end the process on QTP my AUT is still running high CPU and in an unusable state, I have to forcibly kill it's process as well.

However, if I make sure that the very last line in the QTP script is SetCellData, it works fine.  Only if I make any other GUI method or action call *after* the SetCellData call, will it lock up.

 

 

Parents
No Data
Reply
  • 22852
    Suggested Answer
    Offline posted

    Hello,

    With the release of HP QuickTest Professional 10, there were breaking changes in the custom server provided by HP that we derive from to create the replay servers for TestAdvantage.  Due to this change, there are some cases where applications may hang including when using SetCellData.  Development is working with HP to determine and resolve these issues.

    As you are using TestAdvantage 2007 Volume 1 for CLR 2.0, it is recommended to use QTP 9.5 or earlier as TestAdvantage 2007 Volume 1 is no longer maintained and there won't be any updates to the code for this volume of TestAdvantage.

    Let me know if you have any questions with this matter.

    Alan

Children