Ranorex 3.0 validation and console applications (ex:Putty)

Ask general questions here.
martinacc
Posts: 5
Joined: Wed Mar 23, 2011 1:49 pm

Ranorex 3.0 validation and console applications (ex:Putty)

Post by martinacc » Wed Mar 23, 2011 1:58 pm

Hello,

I am currently in the process of evaluation of Ranorex 3.0.

My evaluation is going well so far (as compared to other tools).

But currently I have no idea how I could properly automate a console application like Putty or a telnet session (we need this to start some processes on a Linux server).
We did it easily with QTP.

I tried searching a bit the forums, but I did not find anything.

Is this possible with Ranorex?

For example what we want to do via Ranorex :

- Start putty.exe via command line with proper connection information
- Send login information (that can be done)
- Send password information (that can be done)
- Send a linux command like "ls" for example(that can be done)
- Validate the results of the "ls"

Thank you and continue your good work, really impressed with this tool so far (testing mainly on Flex technology) as opposed to QTP :wink:

Martin
-

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Ranorex 3.0 validation and console applications (ex:Putty)

Post by Support Team » Wed Mar 23, 2011 2:44 pm

Hi,

have a look at following link which might help you validating the results of 'ls':
http://www.ranorex.com/forum/getting-te ... -t454.html

The problem of console windows is, that a console window is only recognized as form without any deeper structure of the content. So you can pass keystrokes into this form but do not have deeper object recognition.


Kind regards,
Tobias
Support Team