Search found 9 matches

by Craig
Tue May 17, 2011 7:08 pm
Forum: Automation Tools
Topic: How do I change the timeouts of the repository
Replies: 3
Views: 2727

Re: How do I change the timeouts of the repository

Not quite. To rephrase, let's say I have a validation failure like: Attribute 'Text' of element for item 'FormImport_Tables.TreeTreeView.TextDbo' does not match the specified value (Failed to find item 'FormImport_Tables.TreeTreeView.TextDbo' within the specified timeout of 10s.). How do I make that...
by Craig
Tue May 17, 2011 2:48 am
Forum: Automation Tools
Topic: How do I change the timeouts of the repository
Replies: 3
Views: 2727

How do I change the timeouts of the repository

We run Ranorex tests on automated build machines. On one of the machines, we're seeing failures that I believe are due to test timeouts being too short. I see that in the repository configuration dialog, I can change repository timeout defaults. However, when I change them, I don't see how my rxrep ...
by Craig
Tue Jan 18, 2011 7:21 am
Forum: Automation Tools
Topic: Why does Ranorex regenerate functions that are inherited?
Replies: 3
Views: 2105

Re: Why does Ranorex regenerate functions that are inherited?

I've attached a zip file that contains a sample project that reproduces the issue. I've also enclosed a txt file with repro instructions.

Thanks,

-Craig
by Craig
Tue Jan 11, 2011 9:54 pm
Forum: Automation Tools
Topic: Why does Ranorex regenerate functions that are inherited?
Replies: 3
Views: 2105

Why does Ranorex regenerate functions that are inherited?

I have a Ranorex solution that contains several tests. Up until recently, there were a couple common functions that I would copy into each test's UserCode.cs file. Yesterday, I decided it'd make a lot more sense to add a base class to each test that contained the commonly used functions so I could s...
by Craig
Fri Jan 07, 2011 8:09 pm
Forum: Bug Reports
Topic: Ranorex fails to derive XPaths for contents of tab controls
Replies: 3
Views: 2389

Re: Ranorex fails to derive XPaths for contents of tab controls

I've attached a zip file that contains a sample application, a sample RanorexStudio application, a ranorex snapshot, and a summary file describing what I'm seeing.

Thanks,

-Craig
by Craig
Thu Jan 06, 2011 9:37 pm
Forum: Automation Tools
Topic: Failure on Expcted Value = '(null)', Actual Value = '(null)'
Replies: 10
Views: 8809

Re: Failure on Expcted Value = '(null)', Actual Value = '(null)'

Can you please show me a sample of how I can compare against null? I've looked through the documentation and I'm not seeing anything on this topic. In my particular case, I have a DataGridCell whose TextBox is null. I imagined that I could create a validation item in my Ranorex recording and literal...
by Craig
Thu Jan 06, 2011 8:42 pm
Forum: Bug Reports
Topic: Ranorex fails to derive XPaths for contents of tab controls
Replies: 3
Views: 2389

Ranorex fails to derive XPaths for contents of tab controls

We have a WPF application that uses Actipro's Docking & MDI component, which allows us to have tool windows that contain tab controls, exactly like how you have Error and Output tabs in the same tool window in Ranorex Studio. When doing a recording with Ranorex 2.3.6, or using Ranorex Spy, we're see...
by Craig
Wed Nov 17, 2010 9:14 pm
Forum: Automation Tools
Topic: Ranorex Spy can't derive ToolWindow XPath on certain machine
Replies: 3
Views: 2530

Re: Ranorex Spy can't derive ToolWindow XPath on certain machine

My dev box uses Windows 7 Ultimate 32-bit with .NET 4.0 installed. The build box uses Windows 7 Ultimate 64-bit with .NET 4.0 installed. Another interesting point is that the application has another ToolWindowContainer that only contains 2 ToolWindows. The top ToolWindow contains a few controls that...
by Craig
Wed Nov 17, 2010 7:41 am
Forum: Automation Tools
Topic: Ranorex Spy can't derive ToolWindow XPath on certain machine
Replies: 3
Views: 2530

Ranorex Spy can't derive ToolWindow XPath on certain machine

I have a WPF application that uses Actipro's ToolWindows with tabbed containers. For a test I've written, I made a Ranorex recording that selects a tab in one of the ToolWindowContainers and then selects a row in a WPF DataGrid that's in the selected toolwindow. When playing the recording on my dev ...