"require" statement is use to include a library similar to the include
statement in C/C++ and not to execute the code

I believe we need to replace the require 'XYZ' with

system("ruby 'Ft_001.rb'")



On 11/12/10, chethan sarathy <[email protected]> wrote:
> here is my code
>
> @i = 1
>
> begin
>
>   require 'Ft_001' # This is my script
>   sleep(10)
>
>   @i = @i+1
>
>  end while @i < 10
>
> Thanks,
> Chethan
>
> --- On Wed, 10/11/10, Željko Filipin <[email protected]> wrote:
>
> From: Željko Filipin <[email protected]>
> Subject: Re: [wtr-general] Unable to call ruby script multiple times!!
> To: [email protected]
> Date: Wednesday, 10 November, 2010, 2:28 PM
>
> On Wed, Nov 10, 2010 at 6:16 AM, Chethan <[email protected]> wrote:
>> But I am unable to execute multiple times.
>
> Show us the code.
>
> Željko
> --
> watir.com - community manager
>
>
> watirpodcast.com - host
> testingpodcast.com - audio podcasts on software testing. all of them
>
>
>
>
>
>
> --
>
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
>
>
> [email protected]
>
> http://groups.google.com/group/watir-general
>
> [email protected]
>
>
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> [email protected]
> http://groups.google.com/group/watir-general
> [email protected]
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to