Search found 11 matches

by Mirage
Tue Jun 16, 2009 9:41 am
Forum: General Questions
Topic: Resizing application window
Replies: 3
Views: 3447

Re: Resizing application window

I need to be able to resize the window so that components within it are resized too (to a specific size so I can take and compare a screenshot of them).

Your suggestion is an ugly hack which I'd like to avoid.

Thanks
by Mirage
Mon Jun 15, 2009 5:46 pm
Forum: General Questions
Topic: Resizing application window
Replies: 3
Views: 3447

Resizing application window

I didn't find a way to resize an application window in Ranorex 2.1. I found a way to move a window (MoveTo), but there's no way to resize it.

Class Element contains Size and ScreenRectangle, but those cannot be set. Nor there is any action or attribute to modify the size.

Thanks for any suggestions.
by Mirage
Tue May 12, 2009 5:00 pm
Forum: General Questions
Topic: Reports
Replies: 3
Views: 2532

Reports

Ranorex Reports are nice to look at, but I experienced some issues using them. 1. There should be a way of separating the tests in the report. For instance, I created a test runner based on reflection, which automatically adds some info about each test method using Report.Info(). It would be nice to...
by Mirage
Thu May 07, 2009 2:46 pm
Forum: General Questions
Topic: SWF Application - RanoreXPath
Replies: 2
Views: 3450

For now, I made a little application which cleans repositories in a pre-build of the testing application. It basically removes all process and SWT class attributes, because it is too much effort to do it manually.

Works so far.
by Mirage
Thu May 07, 2009 12:48 pm
Forum: Bug Reports
Topic: Repository Defaults - Timeouts
Replies: 1
Views: 2512

Repository Defaults - Timeouts

The timeouts set in repository configuration dialog are not saved. When you restart Ranorex, the standard values are used - 3000/5000/5000.
by Mirage
Thu May 07, 2009 9:52 am
Forum: General Questions
Topic: SWF Application - RanoreXPath
Replies: 2
Views: 3450

SWF Application - RanoreXPath

Hi again, I have a question about XPath. When I try to identify elements in our SWT application, it generates a pretty long XPath. This can't be helped since SWT uses many layers of controls. However, notice below that it contains unnecessary items. @processname='Harmony' is included in every elemen...
by Mirage
Wed May 06, 2009 2:06 pm
Forum: General Questions
Topic: Nebula Grid support
Replies: 5
Views: 4215

Thanks for the tips. Now, I managed to read the entire table. However, the cells are separated by white spaces which mix with white spaces in columns / cells. Creating a parser for that is tricky. :(
by Mirage
Tue May 05, 2009 4:49 pm
Forum: General Questions
Topic: Nebula Grid support
Replies: 5
Views: 4215

I made a simple application which shows the nebula grid.

http://flashlight.slad.cz/files/nebula.zip

It's quite big due to eclipse dependencies. You will need JRE installed.

I hope it helps.

Best regards
by Mirage
Mon May 04, 2009 4:01 pm
Forum: General Questions
Topic: Ranorex Studio command line
Replies: 3
Views: 2809

OK, you should probably add support for more command line parameters like /BUILD, /RUN since you already have a Runtime License, and a test server normally has to compile the test assembly, then execute it.
by Mirage
Mon May 04, 2009 1:01 pm
Forum: General Questions
Topic: Ranorex Studio command line
Replies: 3
Views: 2809

Ranorex Studio command line

Hello,

are there any command line parameters for Ranorex Studio? I know you can load a solution using command line, but nothing else.

Standard Visual Studio parameters don't work.

Thanks
by Mirage
Mon May 04, 2009 11:14 am
Forum: General Questions
Topic: Nebula Grid support
Replies: 5
Views: 4215

Nebula Grid support

Hello, we are testing an RCP/SWT application which uses Nebula grids. Ranorex 2.x recognizes the grid as Table. However, the table doesn't contain Rows or Columns. It contains ListItems. The number of ListItems corresponds to the number of rows, but there is no way to access other columns (only the ...