Hi Venkat,

Yes. It seems you didn't install watir in your machine.

1.
in command prompt >gem install watir

After installed watir just try once again

Thanks



On Wed, Sep 30, 2009 at 5:18 PM, venkat <greet.ven...@gmail.com> wrote:

> Thanks for your response Raveendran,
>
> I have executed the sample script as the following but got the error like
> ...
>
> C:\RubyScripts/test.rb:15:in 'require' : no such file to load -- watir
> (LoadError)
>
>              from C:/RubyScripts/test.rb:15
>
> test.rb file contains the following sample code.
>
>
> require 'rubgems'
> require 'watir'
> require 'watir/contrib/ie-new-process'
> ie = Watir::IE.new_process
> ie.goto('google.com')
>
> Could you please help me out how to resolve and run the sample scripts.
>
>
> Thanks,
> Venky
> On Wed, Sep 30, 2009 at 10:03 AM, Raveendran P <jazzezr...@gmail.com>wrote:
>
>> Hi,
>>
>> I hope you will get the sample code from here -->
>> http://wiki.openqa.org/display/WTR/Re-Usable+Load+Testing+Example
>>
>> Do you need to run this sample code in your local machine ? it means do u
>> need help to install the dependencies ?
>>
>> Thanks
>>
>>
>> On Tue, Sep 29, 2009 at 7:23 PM, venky <greet.ven...@gmail.com> wrote:
>>
>>>
>>> Hi,
>>> Could anybody help me on how/ where to configure the users/ load/
>>> other settings in WATIR for load/stress/performance testing.
>>>
>>> Thanks,
>>> venky
>>>
>>>
>>
>>
>> --
>> Regards,
>> P.Raveendran
>> http://raveendran.wordpress.com
>>
>>
>>
>
> >
>


-- 
Regards,
P.Raveendran
http://raveendran.wordpress.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to