d_ramakrishnan
11 years agoNew Contributor
Wait till ExtJs Grid reloads
I have a ExtJs application where I am automating test scripts using Test Complete.
I have a tree and a grid. For each click in the tree , grid loads with thousands of rows and a particular row needs to be clicked further. Grid loading/ reloading takes some time.
When I tried to automate this, scripts were not waiting till the grid loads.
I tried using various wait statements which are given, but could not succeed.
I tried to capture "loading mask" from the grid and tried to wait till it disappear. This also went in failure.
I dont want a Delay statement here as grid reloading time varies depending on the total no of rows/ server speed.
How to achieve "Waiting till Ext JS Grid Reloads"?