Hi,
We are facing performance issues with ranorex w.r.t object identification.
E.g. On the login screen we have text box for username and passowrd.
So if we want to test the login case for 10 different users, we call the login method in a loop to iterate 10 times.
So for the first iteration we see that the login fields i.e username and passowrd fields are identified say in 2 secs, but for the next iteration it may take 8 secs or more. So we would like to know when we call the same method everytime, why should it degrade the performance.
We are using dom for object identification .
We also tried using form for object identification initially but then it was very slow, so we switched to dom.