[wtr-general] Re: Running Watir suite from Hudson

2009-05-22 Thread al3kc
I --~--~-~--~~~---~--~~ 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:

[wtr-general] Re: Running Watir suite from Hudson

2009-05-22 Thread al3kc
I think the Batch Task is all you need to run your tests. This plugin should be installed by default. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: Running Watir suite from Hudson

2009-05-22 Thread karim rayani
yeh watircraft does the same. we need to define the tasks in the spec folder and run with the command rake rspec. i did try it for a couple of tasks On Fri, May 22, 2009 at 12:50 PM, al3kc aleks.kiev...@gmail.com wrote: I think the Batch Task is all you need to run your tests. This plugin

[wtr-general] Re: os and browser version

2009-05-22 Thread Željko Filipin
Looks like REGEXPTITLE works only on machines where full autoit is installed, not just AutoItX3.dll. I have played with it for hours yesterday, and that is what I have found. From http://www.autoitscript.com/autoit3/docs/intro/installdir.htm: AutoItX: Contains a DLL version of AutoIt v3 that

[wtr-general] Re: gmail tutorial example doesn't work

2009-05-22 Thread Željko Filipin
On Fri, May 22, 2009 at 2:09 AM, MatchBook jeffrey.fl...@gmail.com wrote: I was burnishing my watir skills and I noticed that this example didn't work. Gmail changes a lot and it is really complicated. I would not recommend it for beginners. If you are familiar with Watir, then maybe. I have

[wtr-general] Re: how simulate click the calendar day?

2009-05-22 Thread Željko Filipin
On Fri, May 22, 2009 at 5:53 AM, lnl lianglina_2...@sohu.com wrote: In date control,I could simulate select 'year',select 'month', but how to simulate click the day? And you expect us to guess how your date control looks like? :) Please, share a link, html and/or screen shot (all three if

[wtr-general] How can we enter data in excel sheet?

2009-05-22 Thread Durgesh Nadkarni
Hi, I am using following code to check the validaity of different user inputs using data driven test. require 'test/unit' require 'xls' require 'watir' class Gmail Test::Unit::TestCase def test_Gmail_Working xlFile = XLS.new(Dir.pwd +

[wtr-general] Re: Controlling JavaScript Pop Ups without .click_no_wait

2009-05-22 Thread satish
Hi Bill, Which version of Ruby are you using.? If you are using build 27, click_no_wait does not work. Same thing happened to me too. I rolled it back to 26 and every thing works fine. Try that.. Thanks Satish On May 21, 12:15 pm, suri sureshreddy@gmail.com wrote: Hi all, In my

[wtr-general] Re: Running Watir suite from Hudson

2009-05-22 Thread Lisa Crispin
We don't use Watircraft or rspec, but I'll look into that batch task. Thanks! -- Lisa On Fri, May 22, 2009 at 1:33 AM, karim rayani karim@gmail.com wrote: yeh watircraft does the same. we need to define the tasks in the spec folder and run with the command rake rspec. i did try it for a

[wtr-general] Validate Text in an HTML page source

2009-05-22 Thread fandi
Hi all, I have been able to find a text string in a web page by using ie.text.include? However, I have not been able to find a simple solution to finding text string in an HTML page source. Specifically, I am trying to detect if there is a javascript error that would show up in the source when a

[wtr-general] Re: Running Watir suite from Hudson

2009-05-22 Thread marekj
Yes Lisa, I am using Hudson wit ci_reporter for harvesting 'test/reports/*.xml' files I have Rake plugin running the test. every test sits in a Rakefile in the follwing format task :name_of_test = [:set_ci_reporter] do require 'file_with_testcase_file' TestRunner.run TestCaseClassName # this