Search found 10 matches

by iqbalhyd
Wed Feb 25, 2015 3:35 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

Hi Lila, We had a virtual machine shared by different application, we just had free up some RAM, CPU and hardisk for Ranorex test application which resolved the problem. The reason for your tests working one day and failing other day is depends on the availability of hardware resources, they work fi...
by iqbalhyd
Tue Feb 10, 2015 8:53 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

Hi All,

I have found the root cause of this issue, this is not related to Xpath, rather it is latency in loading element on GUI.

I have added more hardware resource into the server machine and it works fine for few days, we are still monitoring this.

Cheers,
Iqbal
by iqbalhyd
Mon Jan 26, 2015 3:43 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

please let me know what element is missing and in which xpath? the same app is working fine on any other machines
by iqbalhyd
Fri Jan 23, 2015 8:33 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

Hi Krstcs,

I have attached the snapshot, please have a look and let me know if there is anything else you need.

Regards,
Iqbal
by iqbalhyd
Thu Jan 22, 2015 7:52 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

Apologize about duplicate post to make you confuse. As I have mentioned earlier, we have coded tests written in C#, therefore there is no snapshot possible, I have attached one of the failing tests. Team Foundation server (running on a separate server machine) build the tests and app, then copy the ...
by iqbalhyd
Wed Jan 21, 2015 3:56 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Click event is unreliable and does not trigger sometime

The Ranorex click event is unreliable and does not trigger sometime, though it focusses on the text object but does not trigger event, this is a C# coded test application, below is the code: Text fileItem = "/form[@name~'^ReMetrica\\ Version\\ 7\\.0\\ Alp']/?/?/text[@name='Open']"; rmMain.MainMenu.F...
by iqbalhyd
Wed Jan 21, 2015 3:22 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

Can anyone help resolve this issue as I am pretty much stuck at this point, all of my tests are failing due to this issue and we can not progress further.

Let me know if this is a Ranorex bug in version 5.2.0? if yes is there any fix available somewhere?
by iqbalhyd
Tue Jan 20, 2015 8:29 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Re: Click event is unreliable and does not work in some cases

Thanks krstcs. I tried what you have suggest above and that does not work, tests are still failing. Just to give some more background on this issue, 1) The tests are successfully working in developer machine(s) and on running in server, this issue pops out, Especially most of the test failed on the ...
by iqbalhyd
Mon Jan 19, 2015 4:56 am
Forum: Object Identification and Technologies
Topic: Click event is unreliable and does not work in some cases
Replies: 23
Views: 6071

Click event is unreliable and does not work in some cases

Hi All, The click event on Ranorex text object is unreliable; it works on one machine but consistently does not work on other machine. Ranorex version: 5.2.0 Application: WPF OS: Windows 7 Enterprise (64 bit) Service Pack 1 CPU: Intel Zeon X5650 The Test is being written in C# test application where...