Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Need info. on automation using Ruby

39 views
Skip to first unread message

up.s...@gmail.com

unread,
Sep 26, 2012, 12:48:32 AM9/26/12
to
Hey Guys,

I have a task of automating an application (java to be precise) which runs on UNIX platform. I want to automate it using the ruby. Can anyone of you give more info. on how to do it? Is it good to use Ruby for this task?

Robert Klemme

unread,
Sep 27, 2012, 3:15:59 AM9/27/12
to
"automation" is a pretty vague term. JRuby may be for you. But: what
do you want to do?

Cheers

robert


--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

Sachin Uplaonkar

unread,
Sep 30, 2012, 11:28:18 PM9/30/12
to
The thing is I have an application which is a CLI based, wherein you normally give in the cmds n gives the result. I want to make it a interactive one wherein it 'll ask for the cmd as input n then writes that result into a file. After that using regular expression would like to find the string which I intend to find and show how many of those strings are present in that file.

Is it fine?

Robert Klemme

unread,
Oct 1, 2012, 3:02:31 PM10/1/12
to
So you want to add a kind of command shell. You could look at IRB for
inspiration.

Kind regards

robert
0 new messages