I have recorded user actions on my website using Ranorex Studio which refers to an external csv file for variable values. there are 5 records in my CSV file so the playback macro will loop 5 times.
This has worked perfectly for a few runs but watching it just now It seemed to have a problem on the forth loop, Ranorex seemed to miss two mouse clicks and was searching for something on screen that wasn't yet there.
I was hoping to run this macro on a much larger csv file with 100's or more records. could Ranorex ever be stable enough for this or would it never be reliable enough?
Would adding a validate between each step work better?, is it possible to do a IF fail to validate then try again function? because I couldn't find it.
thanks
Derek