Search found 4 matches

by Ralf
Thu May 10, 2012 10:44 am
Forum: Automation API
Topic: Interrupting test automation
Replies: 2
Views: 2072

Interrupting test automation

Hi Again, I do an automated test for a quite big software, so I turned Ranorex quite fast. Because of problems, that some acions do not work always, I inserted a loop for every action (e.g. Selection in a ComboBox) that tries to to it 100 times, before it cancels the test. My test software has no fo...
by Ralf
Thu May 10, 2012 10:36 am
Forum: Automation API
Topic: Ranorex does not hit controls sporadically
Replies: 8
Views: 4981

Re: Ranorex does not hit controls sporadically

Thanks for your reply. Here is an example how I click a Button. I search it via the Path, then I call my WaitControl2BeEnabled Method and after that I try to click the Button. And still it is not secured that it will work. public static Ranorex.Button Click(Ranorex.Adapter p_Parent, string p_SubPath...
by Ralf
Wed May 09, 2012 3:29 pm
Forum: Automation API
Topic: Ranorex does not hit controls sporadically
Replies: 8
Views: 4981

Re: Ranorex does not hit controls sporadically

Hi again, thanks for your replies. The answer Did you try to add a short delay of before you click the submenu item? is not an option for me, because I do so many tests, that my test application runs all night to do the tests. And this is the slowest testing time possible, because we do the developm...
by Ralf
Thu Apr 12, 2012 2:51 pm
Forum: Automation API
Topic: Ranorex does not hit controls sporadically
Replies: 8
Views: 4981

Ranorex does not hit controls sporadically

Hi Everyone, I am using Ranorex V3.1 for our automated testing. We do not use the Ranorex Studio nor the Recorder. I just use Ranorex Api methods and address the Control via the Ranorex Path. Everything works fine, but sometimes Ranorex does not hit the Control correct or the PressKeys method looses...