I'm surprised that I could not find this answer in the forums, Google searches, or Ranorex FAQs. I'm just wondering, is there a limit as to how long a Ranorex test case can run? In other words, will the test time out after a while and just stop?
I have a test case that is supposed to run from 5:00 pm first day to 3:30 pm second day ... so it runs 22.5 hours. During this time the test is continually clicking UI items in a loop, just repeating the same thing over and over again.
For some reason the test fails in the middle of the night, and we don't know why. We've exhausted what seems like every possibility. We've even re-written the test case code. The test just seems to stop in the middle of the night, report no failures, just success. So were thinking that Ranorex can only run for a certain amount of time. Is this true?