Search found 8 matches

by spot
Thu Jun 17, 2010 1:23 pm
Forum: Automation Tools
Topic: Expand report functionality
Replies: 1
Views: 2154

Expand report functionality

Hello, the Ranorex report class is an easy way to generate log files. But sometimes I would like to have some things a little bit different than it is: 1. I would like to have more log levels (e. g. an error depending the behaviour of the application under test (AUT) and an error depending my own te...
by spot
Thu Jun 17, 2010 12:50 pm
Forum: Bug Reports
Topic: Unwanted move of rxlog to reports folder (at open studio)
Replies: 1
Views: 2265

Unwanted move of rxlog to reports folder (at open studio)

When you create in Ranorex studio a new solution (Template: Ranorex C# Test Automation) and change in method Main() the logFileName string logFileName = "Test.rxlog"; Report.Setup(ReportLevel.Info, logFileName, true); in string logFileName = @"..\..\Log\Test.rxlog"; Report.Setup(ReportLevel.Info, lo...
by spot
Tue May 04, 2010 1:00 pm
Forum: Automation API
Topic: Which is faster
Replies: 7
Views: 2861

Re: Which is faster

Okay, when there is no faster way - or faster method - then I must try to work with a path in more detail.

Thank you.
by spot
Mon May 03, 2010 1:37 pm
Forum: Automation API
Topic: Missing GetFocus() method
Replies: 7
Views: 3785

Re: Missing GetFocus() method

Thank you!

This could be the thing I've searched for - I will try it (a first short test worked).

I don't know, but maybe this could be a additional information to the link http://www.ranorex.com/blog/handling-di ... up-windows you told me?

Regards
by spot
Mon May 03, 2010 12:21 pm
Forum: Automation API
Topic: Missing GetFocus() method
Replies: 7
Views: 3785

Re: Missing GetFocus() method

Thank you very much for the very interesting link. Unfortunately I search for a solution which is a little bit different. I would like to know which Form (e. g. MessageBox) is the one with the focus and then I would like to get the name or title of this Box. Then I can decide if it is the expected F...
by spot
Sat May 01, 2010 2:19 am
Forum: Object Identification and Technologies
Topic: DevExpres TabPage Control issues
Replies: 4
Views: 6683

How to get name property of TabPage Control?

Hello, I have a AUT with a TabPageList and several TabPages. The rxPath I can get with the Spy is like ".../tabpagelist/tabpage[@accessiblename='Start']" with the Role "TabPage [tabpage]" . The shown Name is equal to the Title and so it is only the visible (language depending) Text property. But I w...
by spot
Sat May 01, 2010 1:01 am
Forum: Automation API
Topic: Missing GetFocus() method
Replies: 7
Views: 3785

Missing GetFocus() method

Hello, I have a AUT main GUI and sometimes some MessageBoxes (from the AUT) which must be handled before the next step can be done on the AUT main GUI. So when I recognize the AUT has not the focus I want to get the Form (MessageBox) with the focus and click "OK" (for example). Now my question: How ...
by spot
Sat May 01, 2010 12:25 am
Forum: Automation API
Topic: Which is faster
Replies: 7
Views: 2861

How to make FindSingle (or similar) faster?

Hello, I've got an container for some tabpages and textboxes on each of these tabpages (in container with different rxpath depth to the tabpage itself). To make it more general I take only one rxpath to the container of all tabpages and then I search for the specific text boxes. // for example: // 0...