Forum Discussion

sini's avatar
sini
Occasional Contributor
11 years ago

Test complete 9.2 while retrieving data from the control grid having large number of data records in it.


TC version:: 9.2

DotNet FrameWork version: 4.5





I am using the following code to get object from object browser:



Set hmiTag1 = hmiTagViewGrid.WaitWinFormsObject("Grid-Control",-1)



If the grid control contains 10 data records, it is taking around 1 minute to



execute the script.



If the grid control contains 50 data records, it is taking around 50 minutes to



execute the script



But if the grid control contains around 400 data records,test complete is not



responding even after waiting for 20 hours!!



Even when i try to expand the object tree from object brower manually for 400 data records, its taking lot of time.

 

This issue was not observed with TC version 7.52, the script was executing with



out giving timeout value.



Could you please let me know, is there any solution for this issue?



Thanks in Advance