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
Grid Table Function SetCellData Locks both QTP and Application Under Test
posted

Here is my code:

GridDataTableObject.ActivateCell iRow, "CheckedColumn"

GridDataTableObject.SetCellData iRow, "CheckedColumn", "TRUE"

If I put this at the last line of my script, so that QTP exits after this, it will check the checkbox in the column cell fine.

However if I add any other code after this, or if this is part of a QTP RunAction command where I am performing multiple iterations of this script, so that muliple items are being selected and checked back to back, it will lock both the AUT and QTP.  I can launch Windows Task Manager, and end the AUT process, then QTP will release.

High logging in QTP captures nothing.

Parents Reply Children
No Data