Re: [wtr-general] Re: How to create a file and save it.

2010-06-03 Thread Wesley Chen
When you have installed Ruby, there is a man doc, I think for the newbie, you can study a lot from it, and it is really basic but important. Wesley. For life, the easier, the better. On Fri, Jun 4, 2010 at 2:01 AM, orde wrote: > The Ruby IO and File classes contain untold goodies. I'd sugge

[wtr-general] Re: How to create a file and save it.

2010-06-03 Thread orde
The Ruby IO and File classes contain untold goodies. I'd suggest reading up on them: http://www.ruby-doc.org/core/classes/File.html http://www.ruby-doc.org/core/classes/IO.html Hope it helps. orde On Jun 3, 7:49 am, Adam Reed wrote: > With respect, file manipulation is a basic feature of Ru

[wtr-general] Re: How to create a file and save it.

2010-06-03 Thread Adam Reed
With respect, file manipulation is a basic feature of Ruby. WATIR is a testing library/tool that makes use of the basic built-in Ruby functionality. That is the distinction that is being made. In your case, you would need to design a way to locate the Order Id, temporarily assign that value to a

RE: [wtr-general] Re: How to create a file and save it.

2010-06-03 Thread Rohan Premvallabh Ojha
and Chill.. Thanks Rohan Ojha 00 44 07950310117 From: watir-general@googlegroups.com [watir-gene...@googlegroups.com] On Behalf Of meaculpa [harismah...@gmail.com] Sent: 03 June 2010 19:47 To: Watir General Subject: [wtr-general] Re: How to create a file a

[wtr-general] Re: How to create a file and save it.

2010-06-03 Thread meaculpa
Its WATIR specific only. And This is not a blanket request for help. Everyone in this forum are having experience and they are not just NOOBS. So they can surely understand what i mean... Also After googling only I post here... I believe this group is mainly for helping each other than creating

[wtr-general] Re: How to create a file and save it.

2010-06-03 Thread Adam Reed
I agree with Jason, and I would also recommend "Everyday Scripting with Ruby"/Marick - great book for scripters that know more about WATIR than they do about Ruby. http://pragprog.com/titles/bmsft/everyday-scripting-with-ruby On Jun 3, 8:30 am, Jason Trebilcock wrote: > Watir is really a tool fo