| View previous topic :: View next topic |
| Author |
Message |
jasong
Joined: 26 Oct 2007 Posts: 49 Location: Texas
|
Posted: Tue Jun 03, 2008 5:55 pm Post subject: some questions regarding 1.5 |
|
First, is Ranorex Studio going to be the fourth product available thus yielding the free, pro, premium and studio products?
Next, what exactly is 'Resource based GUI mapping'?
Finally, is there any plan to support Python exceptions in the future? This would greatly increase the power and maintainability of Python scripts and assuming different types of exceptions allow for many choices in handling action failures.
Thank you,
Jason |
|
| Back to top |
|
 |
Support Team Site Admin
Joined: 07 Jul 2006 Posts: 343
|
Posted: Wed Jun 04, 2008 5:48 pm Post subject: |
|
| Quote: |
| First, is Ranorex Studio going to be the fourth product available thus yielding the free, pro, premium and studio products? |
No, Ranorex Studio will be part of the Premium Version in V1.5.
You (and every Premium user) will get Ranorex Studio automatically with the next Ranorex Version V1.5.
Jenö
Ranorex Team
FYI: We will answer the other questions tomorrow. |
|
| Back to top |
|
 |
Support Team Site Admin
Joined: 07 Jul 2006 Posts: 343
|
Posted: Thu Jun 05, 2008 4:51 pm Post subject: |
|
| Quote: |
| Next, what exactly is 'Resource based GUI mapping'? |
The main target of a resource based mapping is to store identification information of UI elements within one single file/location. In short, with RanoreXPath you're able to define your GUI objects to test within one single file. Changes in your application under test would cause changes in your testautomation code too. To maintain one single file would be much easier, than updating identification paths in every source file directly.
Currently RanoreXPath is only available with the Ranorex WebTest feature. In future (Ranorex V2.0) the RanoreXPath search mechanism is also available for standard UI elements (Win32, .NET, ...).
Exceptions for Python are currently supported only when using Python for .NET to access the RanorexNet API (read this blog for more info).
Best regards,
Christoph
Ranorex Support Team |
|
| Back to top |
|
 |
|