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.