Search found 6 matches

by ranonub
Tue Nov 14, 2017 5:41 am
Forum: Automation Tools
Topic: About ApplicationNotRespondingException
Replies: 14
Views: 6120

Re: About ApplicationNotRespondingException

Thanks Support that resolves to issue, however while running Ranorex as administrator I have realised that the exception comes up quickly again. When I ran the application again in with standard privileges the settings in RanorexConfig7.xml file seem to apply as usual. It seems like running Ranorex ...
by ranonub
Tue Oct 10, 2017 7:27 am
Forum: Automation Tools
Topic: About ApplicationNotRespondingException
Replies: 14
Views: 6120

About ApplicationNotRespondingException

The newly added ApplicationNotRespondingException in version 7.2 seems to be raised very quickly when the application becomes unresponsive (form has duration:0). This is causing most of my test cases the fail as the application might become unresponsive at times (sometimes up to 50-60 seconds) but t...
by ranonub
Tue Jan 24, 2017 7:12 am
Forum: Bug Reports
Topic: Application crashes during test cases
Replies: 12
Views: 4046

Re: Application crashes during test cases

Turns out this is caused by adding unrecognised elements to GDI capture list. Removing everything from the GDI list fixed the issue. However, we still need to add some items to GDI capture list in order to complete some test cases. An example to that would be getting the rawtext value from a textbox...
by ranonub
Tue Jan 24, 2017 5:17 am
Forum: Bug Reports
Topic: Application crashes during test cases
Replies: 12
Views: 4046

Application crashes during test cases

Application crashes during test cases. I am testing an application with VB6 and WPF controls on it and it crashes randomly when I am testing VB6 part of it. It seems like crash happens when initiating an action with an element, it could be a form, button, dropdown list button, etc. Process goes like...
by ranonub
Sun Jan 15, 2017 11:06 pm
Forum: General Questions
Topic: Issues finding an element in the second iteration.
Replies: 2
Views: 1579

Re: Issues finding an element in the second iteration.

odklizec wrote:Hi,

Try to set the "Use Cache" property of failing element (its parent folder) to False, as described here:
Perfect! Many thanks.
by ranonub
Fri Jan 13, 2017 3:57 am
Forum: General Questions
Topic: Issues finding an element in the second iteration.
Replies: 2
Views: 1579

Issues finding an element in the second iteration.

I am having issues finding a WPF textbox when I repeat a test case in the same test suite run. Basically I have a simple data table and I set values of WPF textbox using that data table. Textboxes I am filling are mandatory and they are checked in real time. Test goes like this; - Press a button to ...