Search found 24 matches

by balajichandan
Thu Mar 11, 2010 12:33 pm
Forum: Automation API
Topic: error using Object Repository
Replies: 1
Views: 2080

error using Object Repository

Hi, I have seen an error in object repository generated by Ranorex Spy and the error is as follows: 2010/03/11 12:39:07.074 ERROR LogExceptionMsg() Ranorex.ElementNotFoundException : Failed to find item 'MenuItemAdd_New' within the specified timeout of 1.5m. 2010/03/11 12:39:07.168 ERROR User at Ran...
by balajichandan
Fri Jan 22, 2010 3:10 pm
Forum: General Questions
Topic: Ranorex 1.5 support for Windows 7
Replies: 1
Views: 1913

Ranorex 1.5 support for Windows 7

Hi,
Does Ranorex 1.5 version support Windows 7 OS. Can you detail which Ranorex versions support Windows 7
by balajichandan
Mon Dec 14, 2009 9:54 am
Forum: Automation API
Topic: Drag and Drop support
Replies: 5
Views: 5927

Drag and Drop support

Hi,
Does Ranorex 2.1.3 and 1.5 versions support Drag and drop functionality in Outlook 2003 and Outlook 2007
by balajichandan
Thu Sep 17, 2009 1:14 pm
Forum: General Questions
Topic: How to identify application state if application is hung?
Replies: 7
Views: 4199

Re: How to identify application state if application is hung?

We are developing Ranorex Automation Suite with Ranorex 2.1.3. Our application is integrated with Outlook. We automate scenarios using Outlook controls and windows. We have crash handling framework integrated with our Ranorex Automation Suite. The objective of this is to identify if any crashes are ...
by balajichandan
Thu Sep 17, 2009 9:09 am
Forum: General Questions
Topic: How to identify application state if application is hung?
Replies: 7
Views: 4199

Re: How to identify application state if application is hung?

When hang is observed, we will be not able to run our application (which is using Ranorex). Unless we get the form, we cannot query for property "AppHung". Then it becomes chicken and egg problem. Moreover, if I have more than 1 application launched from my application, how to identify which applica...
by balajichandan
Tue Jul 14, 2009 4:39 pm
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6187

Re: Ranorex could not identify any controls after sometime

Hi SKarlso,

Can you give more detail about what you mean by plus console application. If you can provide a small code snippet that would be great.
Thanks in advance
by balajichandan
Mon Jul 13, 2009 7:58 am
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6187

Re: Ranorex could not identify any controls after sometime

We tried running it using NUnit console, but still we could see same issue.

Is there any logs that I can enable on my machine to capture information for RanorexNet or RanorexCore dlls. Please let me know, it might help to know the issue exactly.
by balajichandan
Thu Jul 09, 2009 10:28 am
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6187

Re: Ranorex could not identify any controls after sometime

Hi Jeno, We tried to add the following sections to App.config we use in our project. <configSections> <sectionGroup name="NUnit"> <section type="System.Configuration.NameValueSectionHandler" name="TestRunner"></section> </sectionGroup> </configSections> <NUnit> <TestRunner> <add value="STA" key="Apa...
by balajichandan
Thu Jun 25, 2009 8:46 am
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6187

Re: Ranorex could not identify any controls after sometime

Even though our class library has 180+ test cases, we run only 45 at a time because of the issue that Ranorex could not identify controls after sometime. I have posted this long back and could not execute 180+ test cases. But we are able to run 180+ test cases with Vista/Office 2007.
by balajichandan
Thu Jun 25, 2009 7:30 am
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6187

Re: Ranorex could not identify any controls after sometime

This exception is seen randomly in our Automation Suite. Our Automation suite is a .NET class library (dll) and is called from NUnit. NUnit is front end for us. Automation suite is developed for our product which is integrated with Outlook. We support multiple versions of Outlook like 2003, 2007 and...
by balajichandan
Wed Jun 24, 2009 2:51 pm
Forum: Automation API
Topic: Using Ranorex 2.x with Ranorex 1.5 based code
Replies: 3
Views: 2418

Re: Using Ranorex 2.x with Ranorex 1.5 based code

I wanted to try 2.1 version as I consistently see Access Violation error. If I have side-by-side installation of Ranorex 1.5 along with Ranorex 2.1, I will not be able to use Ranorex 2.1 dlls as reference. So, I could not verify my old code using Ranorex 2.1. Then, in my case, side-by-side installat...
by balajichandan
Wed Jun 24, 2009 2:16 pm
Forum: Automation API
Topic: Using Ranorex 2.x with Ranorex 1.5 based code
Replies: 3
Views: 2418

Using Ranorex 2.x with Ranorex 1.5 based code

Hi, How to use Ranorex 2.1 with the code base developed with Ranorex 1.5. We already a Automation Suite developed with Ranorex 1.5. When I tried to use the same with 2.1 version, it did not work. I have seen vast changes and Application class itself is not found. How can we make 1.5 code base compat...
by balajichandan
Wed Jun 24, 2009 12:56 pm
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6187

Re: Ranorex could not identify any controls after sometime

Hi, I tried using Application.ResetRanorexCore(). This is how I used this function with Ranorex 1.5.2. There is an initialization function for each test case. This will be called before running any test case. I used Application.ResetRanorexCore() in this function, so that this will not affect the ne...
by balajichandan
Tue Jun 23, 2009 2:55 pm
Forum: Automation API
Topic: Ranorex could not identify any controls after sometime
Replies: 22
Views: 6187

Re: Ranorex could not identify any controls after sometime

Hi, As suggested by support team, I got links to download 1.5.1.5519 and 1.5.2 versions. I tried both of them on XP/Office 2003 and XP/Office 2007 respectively. But still I could see the issue happening. I used RanorexNet and RanorexCore of same version. Any other things I should do apart from using...
by balajichandan
Thu Jun 18, 2009 12:23 pm
Forum: Automation API
Topic: Attempted to read or write protected memory.
Replies: 4
Views: 3239

Re: Attempted to read or write protected memory.

Currently I am using Ranorex 1.5. Can I know if this is already fixed in later versions of Ranorex. If yes, can we know the version with this fix.