Ranorex

Configuration

 
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet
View previous topic :: View next topic  
Author Message
simone



Joined: 21 Jan 2008
Posts: 2

PostPosted: Mon Jan 21, 2008 12:21 pm    Post subject: Configuration
Hello,

I'm new to Ranorex. At the moment I use the evaluation version and I have some questions about it.

I want to test an application that uses spring configuration. Is it possible to programmatically start this application using the Application.Start function? I tried it but without success. So I had to automate the start of the application using a doubleclick event on the application in the windows explorer.

I also have a question about the next version of Ranorex. I read in the forum that version 1.4. may give access to the public methods and properties of custom controls. Does that also include third party controls like Infragistics tools or is it just for windows forms?

Thanks, Simone
Back to top
View user's profile Send private message
Support Team
Site Admin


Joined: 07 Jul 2006
Posts: 256

PostPosted: Mon Jan 21, 2008 4:32 pm    Post subject:
The Application.Start method may be used with either absolute or relative paths to the executable to start. If you specify a relative path, be sure that it is relative to the working directory of your application or that the directory of the application to start is listed in the PATH environment variable.
In .NET you can also call the System.Diagnostics.Process.Start(string) method which will in addition search the start menu for the specified executable name.

In Ranorex version 1.4 you will have access to all public methods and properties of controls (including third party controls) that inherit from System.Windows.Forms.Control and use .NET 2.0 or above.

Regards,
Alex
Ranorex Support Team
Back to top
View user's profile Send private message Visit poster's website
simone



Joined: 21 Jan 2008
Posts: 2

PostPosted: Mon Jan 21, 2008 4:59 pm    Post subject:
Thank you for the fast reply, now it works.
I'm looking forward to the next version Smile

Regards
Simone
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Ranorex Forum Index -> RanorexNet All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum