Hi
I am asserting two win lists (or win tables, win trees). Let say first list has 100 checklist items and second one is similar.
Now when I want to compare all the data from first list (name and is the item checked) i must go through each item in the list and compare it with expected one.
When i try to do this:
"winlist.Items" it takes around 2 to 3 minutes just to get the data... after this i was using foreach function to compare the items but this is really slow and this is one of the smallest list on the UI.
My question is: Is there any other better way to get the data?
If i try to find the data (with find function, or FindmatchingControls) it takes same time.
Best regards
TheTucko