[wtr-general] no such file to load -- watir (LoadError)

2008-12-08 Thread pallavi shashidhar
Hi there, I have installed Ruby 1.8.6-26 and did a gem update --system and then installed a local watir gem . I installed watir using gem install watir -dir /watir1.5.6 When i try to run the scripts, i get the following error:

[wtr-general] Re: no such file to load -- watir (LoadError)

2008-12-08 Thread pallavi shashidhar
I get the same problem even after require 'rubygems' error is at the line where i have require 'watir' On Tue, Dec 9, 2008 at 1:59 AM, anna barbara ostrowska [EMAIL PROTECTED] wrote: Hi there! Add to script require 'rubygems', I had the same problem and it helps :) 2008/12/8 pallavi

[wtr-general] Load Error while running feature in cucumber (watir/cucumber)

2009-04-01 Thread pallavi shashidhar
Hi, I have ruby 1.8.6 and watir 1.6.2 installed in my system . I have installed cucumber 0.2 and have watir scripts in feature/steps when i try to run the feature, i constantly get the following error c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such

[wtr-general] how to select from a Dojo Select Widget

2009-04-24 Thread pallavi shashidhar
Hi there, I have a Dojo select widget with the HTML like; input class=dojoComboBox type=text dojoattachpoint=textInputNode dojoattachevent=key:_handleKeyEvents; keyUp: onKeyUp; compositionEnd; onResize; autocomplete=off style=/ img class=dojoComboBox hspace=0 vspace=0 src=

[wtr-general] Re: how to select from a Dojo Select Widget

2009-04-27 Thread pallavi shashidhar
') browser2.image(:class,dojoComboBox).fire_event('onmouseup') browser2.div(:text,/T MATHI/).click browser2.text_field(:class,dojoComboBox).fire_event('onfocus') It also involves firing the correct event. 2009/4/24 pallavi shashidhar pals.sha...@gmail.com Hi there, I have a Dojo select widget

[wtr-general] Re: Watir + Cruise Control

2009-07-12 Thread pallavi shashidhar
Hi there, We have used cruise control to run our test suites. We have structured our test scripts with certain conventions. 1) We have an ERP suite which has different watir scripts for different projects. each set is developed and maintained by different testers. 2) All of us follow this. - we

[wtr-general] Re: customize xml generated by ci_reports

2009-07-23 Thread pallavi shashidhar
Hi there, Am using Ci_reporter (not the one you have mentioned. The original one.) I have an ERP suite which has watir scripts of various projects under it: This is the structure: ERP - stores - works - payroll - financials When i run them as a suite all the testcases are run

[wtr-general] Re: customize xml generated by ci_reports

2009-07-24 Thread pallavi shashidhar
Hi there, I have replaced the test_suite.rb with the new one and have done a - require 'ci/reporter/test_suite' here's the code require 'watir' require 'ci/reporter/test_suite.rb' class TC_TEST_suite Test::Unit::TestCase def test_a_search test_site = http://www.google.com;

[wtr-general] JSSH problem on Windows server 2003

2009-07-30 Thread pallavi shashidhar
Hi There, I have the foll: installed - Ruby 1.8.6, watir 1.6.2 , firefox 3.012 OS: - Microsoft Windows Server 2003 R2 (32 bit) Jssh - 0.9 installed along with Redistributed package for VS 2005 SP1 Steps - followed all the steps mentioned at step 3 on

[wtr-general] Re: JSSH problem on Windows server 2003

2009-08-04 Thread pallavi shashidhar
:29 PM, pallavi shashidhar pals.sha...@gmail.com wrote: The error console says; Error: Components.classes['@mozilla.org/jssh-server;1'] is undefined Source File: file:///C:/Documents%20and%20Settings/Administrator/Application%20Data/Mozilla/Firefox/Profiles/b9gcfasq.default/extensions/ j

[wtr-general] Ci_reporter on watircraft

2009-09-08 Thread pallavi shashidhar
Hi there, I am looking at using Ci_reporter in watircraft framework. Has anyone tried to use it. ? We use cucumber on watircraft and has a set of features that needs to be run and publish results. Basically i have to publish the watircraft results on CI server which understands the xml format

[wtr-general] Re: Ci_reporter on watircraft

2009-09-10 Thread pallavi shashidhar
to the 1.6.0 announcement of ci_reporter on rubyforge this appears to be the version they've uploaded as the latest gem. hth, Charley On Tue, Sep 8, 2009 at 11:21 PM, pallavi shashidhar pals.sha...@gmail.comwrote: Hi there, I am looking at using Ci_reporter in watircraft

[wtr-general] Open and close Browser repeatedly leads to ie hanging

2009-10-16 Thread pallavi shashidhar
Hi There, We have a couple of watir scripts that are run as regression suite on a CI server (cruise control). Have installed Ruby 1.8.6.26 and watir 1.6 with IE7. System specification ; windows server 2003 edition, 500gb, 4gb RAM All the scripts are made independent and hence we have a

[wtr-general] Running Test::Unit in background gives invalid option: -b

2009-11-27 Thread pallavi shashidhar
Hi, Watir environment - Watir 1.6.5, Ruby 1.8.6.26. I have 2 scripts. 1) simple watir script without using Test::Unit framework 2) and another using Test::Unit framework. Am trying to run them in background with command line option -b The simple script without Test::Unit runs successfully in the

Re: [wtr-general] Killing a process

2010-02-05 Thread pallavi shashidhar
You are getting this error since you are trying to kill a thread which has not started. Try checking the path where clicker.rb is. The clicker.rb should be in the same place as the testcase. On Fri, Feb 5, 2010 at 3:28 AM, Shlomit Gazit shlomitpatr...@gmail.comwrote: For handling popups I am

Re: [wtr-general] Re: Grrr! click_no_wait does not work :-(

2010-04-12 Thread pallavi shashidhar
Hi, There is an issue with click_no_wait in 1.6.5 . Pls read this http://jira.openqa.org/browse/WTR-320 Try adding the patch to page_container.rb This fix should get your click_no_wait working. Regards, Pallavi On Tue, Apr 13, 2010 at 3:23 AM, Rats crapats...@yahoo.com.au wrote: On Apr 13,

[wtr-general] Any one running scripts with success using Ruby1.8.7, firewatir1.6.5 using roo1.9.1 on LINUX?

2010-05-21 Thread pallavi shashidhar
Hi There, Has anyone been able to successfully run scripts using : Ruby 1.8.7 and firewatir 1.6.5 on linux 9.04 using roo1.9.1? I am unable to fetch data from openoffice as am hitting the unescapeHTML bug in cgi. Its mentioned here: http://redmine.ruby-lang.org/issues/show/2130 Here is my test

Re: [wtr-general] Re: Watir 1.6.5 tests on IE8 - very slow execution

2011-04-28 Thread pallavi shashidhar
I have installed watir 1.8 again. I am having problems with clicking links which was working fine earlier. I have to click a particular link and it redirects to the next page. the HTML part of it looks like this: !--Report List-- h3