Search found 62 matches

by vengaishiva
Thu Nov 17, 2011 2:53 pm
Forum: General Questions
Topic: How to click a container
Replies: 1
Views: 1900

How to click a container

Hi, I am using Ranorex 3.0.1. In my UI ,I have 4 tabs. When I spy, Ranorex identifies all 4 tabs as container. I want to click a specific container to proceed. But I can't click at the correct tab. How can i click. I am giving you the code here. Element ele = @"/form[@controlname='MainForm']/contain...
by vengaishiva
Wed Oct 05, 2011 2:42 pm
Forum: General Questions
Topic: How to minimize Ranorex object identification time
Replies: 6
Views: 1835

Re: How to minimize Ranorex object identification time

Hi,
We are using Ranorex Runtime, can you tell me the differences
Thanks,
Siva R S
by vengaishiva
Fri Sep 23, 2011 11:26 am
Forum: General Questions
Topic: How to minimize Ranorex object identification time
Replies: 6
Views: 1835

How to minimize Ranorex object identification time

Hi, I have been using Ranorex v3.0 licensed version on a virtual machine. I have a window that needs to be identified. The path of the window is /form[@title='Application Error']. The problem here is Ranorex takes 3- 4 seconds to identify this. I need a better performance than this.I want it to be i...
by vengaishiva
Wed Sep 07, 2011 2:40 pm
Forum: General Questions
Topic: Different rxpaths for same control in different machine
Replies: 1
Views: 1824

Different rxpaths for same control in different machine

Hi, I am having a button in my system tray. When i click that button, it will show me a context menu. I have to click the menu item named 'X'. When i Click the 'X', it will display a submenu, from there i have to select menu item 'Y'. This is the scenario, i want to automate. For Item 'X' the rx pat...
by vengaishiva
Wed Sep 07, 2011 1:27 pm
Forum: General Questions
Topic: LineageGlue Rule Winforms caused an exception
Replies: 15
Views: 6085

Re: LineageGlue Rule Winforms caused an exception

Thanks,
I will try to get 3.1 :D

Siva R S
by vengaishiva
Wed Sep 07, 2011 11:52 am
Forum: General Questions
Topic: LineageGlue Rule Winforms caused an exception
Replies: 15
Views: 6085

Re: LineageGlue Rule Winforms caused an exception

Hi Marcus, Thanks for the reply. The code and the application is in secured location. So i can't post the snapshot. But i can give you the information about the environment. OS used : Windows 7 .NET Framework : 3.5 Application under test : .NET 3.5 WPF/Winforms mixed Am accessing my machine via Remo...
by vengaishiva
Tue Sep 06, 2011 5:22 pm
Forum: General Questions
Topic: LineageGlue Rule Winforms caused an exception
Replies: 15
Views: 6085

Re: LineageGlue Rule Winforms caused an exception

Hi, Thanks for your reply. So far the problem has occurred only for the rxpath path that i mentioned above. While this error occurs in a specific run, identification of other UI controls are done successfully by ranorex Also I cannot point out to any circumstance leading to this exception. When i ru...
by vengaishiva
Tue Sep 06, 2011 2:56 pm
Forum: General Questions
Topic: LineageGlue Rule Winforms caused an exception
Replies: 15
Views: 6085

Re: LineageGlue Rule Winforms caused an exception

Hi Support Team,
Can you please reply soon. :cry:

Regards,
Siva R S
by vengaishiva
Tue Sep 06, 2011 8:56 am
Forum: General Questions
Topic: LineageGlue Rule Winforms caused an exception
Replies: 15
Views: 6085

LineageGlue Rule Winforms caused an exception

Hi, I am using Ranorex 3.0.1. I am trying to automate a WinForms Application through Visual Studio by including Ranorex dlls. Am getting the following error message sometimes. "LineageGlueRule Winforms caused an exception on Execute method. Method Alert in type ****.MAINFORM from assembly **** versi...
by vengaishiva
Sun Sep 04, 2011 10:25 am
Forum: General Questions
Topic: Inconsistent results while using ranorex
Replies: 1
Views: 1722

Inconsistent results while using ranorex

Hi, I am using Ranorex 3.0.0.1 licensed version.I have been using this to automate my UI which is a winforms application. When i run my testcases individually,i am getting the expected results.But when i combine more testcases, ranorex becomes inconsistent and gives me different results at different...
by vengaishiva
Tue Aug 09, 2011 4:33 pm
Forum: General Questions
Topic: Retaining the UI variable between two operations
Replies: 6
Views: 1637

Re: Retaining the UI variable between two operations

Thanks Ciege. I will re-instantiate the variable t with the same path, after closing and opening the form. :wink:
by vengaishiva
Tue Aug 09, 2011 4:19 pm
Forum: General Questions
Topic: Retaining the UI variable between two operations
Replies: 6
Views: 1637

Re: Retaining the UI variable between two operations

Hi,
t should now contain the new value on the new iteration of the exact same form is what am expecting.
by vengaishiva
Tue Aug 09, 2011 3:57 pm
Forum: General Questions
Topic: Retaining the UI variable between two operations
Replies: 6
Views: 1637

Re: Retaining the UI variable between two operations

Hi, Thanks for the reply. Totally agree with your point. But my question is, i want to get the text value after closing the form, doing some operations and again opening the same form. Now after opening the form, the value need not be the same. It may vary. I want to get the data for my verification...
by vengaishiva
Tue Aug 09, 2011 9:20 am
Forum: General Questions
Topic: Retaining the UI variable between two operations
Replies: 6
Views: 1637

Retaining the UI variable between two operations

Hi, I am having a form and the form contains a text box. First I initalize a Text variable with the rx path of this textbox. And am getting the text in it correctly. Next am closing the form through automation. Do some functions and open the same form again. I want the text value again. But this tim...
by vengaishiva
Wed Jul 20, 2011 11:46 am
Forum: General Questions
Topic: How to improve performance of Ranorex on DevExpress DataGrid
Replies: 4
Views: 3073

Re: How to improve performance of Ranorex on DevExpress DataGrid

Hi Could you please verify, how long Spy searches for this element? The spy is taking almost 2 minutes to track and construct the tree of rows. Would it be maybe possible to post us a Ranorex Snapshot to check if the RxPath you use is the fastest? Unfortunately, i cant provide you the snapshot of ap...