TikiHardBop1
1 hour agoOccasional Contributor
Performance issue when reading large number of objects
I have a pretty large web page that is mostly nested steps and associated text. The problem is that is need to read the step numbers and text to validate the accuracy. Some of my pages run to over 300 steps and it takes TestComplete over 30 minutes to run the findElements() command to read in the steps and my program times the user out before it gets a chance to finish.
I have read some technical articles but can't really find anything to help me out in this department. I looked into doing a snapshot of the page and then parsing through that, but parsing the snapshot file would probably take longer than what I am doing now.
Any help or suggestions in this department would be greatly appreciated.