[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: http://wiki.openqa.or

[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 watir-g

[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 wrote: > > I think the Batch Task is all you need to run your tests. This plugin > should be installed by d

[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 pr

[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 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 also noticed that flash

[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 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 possible). Also, your code

[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 + '/Stopword

[wtr-general] Re: Watir - some VERY slow functions

2009-05-22 Thread James
I've found similar issues with other element types. I have a page where I iterate through a table, just grabbing the text out of it, and as it goes through, it gets slower and slower, until near the end it's taking more than a second just to grab the text out of one cell. James On May 21, 12:15

[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 wrote: > Hi all, > In my application, when I enter some i

[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 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 couple > of tasks

[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 s

[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