search for: watir

Displaying 20 results from an estimated 96 matches for "watir".

Did you mean: water
2008 Jun 03
1
Clicking on links within facebook iframes (facebook apps)
...gh the funwall app. I used IE Dev toolbar to get the name of the id of the iframe (those iframes how no name attribute). So I run this command: $ie.frame(:id, "app2378983609_fb_frame").link(:text, ''View this post'').click And I get this: c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.4/./watir/frame.rb:52:in `method_missing'': document (WIN32OLERuntimeError) OLE error code:80070005 in <Unknown> Access is denied. HRESULT error code:0x80020009 Exception occurred. from c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.4/./watir/frame.rb:52:in `d...
2007 Apr 11
5
Default exclude pattern in 0.9.0
The "rspec" rake task collects all _spec files in the spec directory, and excludes the "watir" directory. Is this indicating a preference for using Watir over Selenium? I would like it better to standardize on something more neutral, ''ui'' perhaps? /Marcus -- Marcus Ahnve http://marcus.ahnve.net
2005 Mar 12
1
FW: Watir needs a Win32GUI library
Anyone need something to do? :) Dan -----Original Message----- From: Bret Pettichord [mailto:bret@pettichord.com] Sent: Saturday, March 12, 2005 8:25 AM To: ruby-talk ML Cc: wtr-general@rubyforge.org Subject: Watir needs a Win32GUI library We''ve seen growing enthusiasm for Watir, a web-testing library that is good enough that it is convincing people to learn Ruby just so that they can use it. Here are some things people are saying about it: Watir Rocks! I have played with it for only about...
2008 Jan 15
1
Converting Watir script to Mechanize
I have a Watir script that I would like to convert to a Mechanize script. The watir code looks like this require ''watir'' include Watir def test ie = IE.new ie.goto(''http://cpref.gsm.com/inter.asp?r=8084'') ie.text_field(:name, ''inter_string'').set('...
2006 May 17
1
Functionnal testing : Watir vs Selenium
Hello, I wonder if some of you have evaluated these two solutions and how they compares each other. What did you liked or disliked ? And may be are you aware of others functionnal testing tools usable with and integrated with Ruby ? Thanks -- Posted via http://www.ruby-forum.com/.
2007 Apr 12
2
Watir on firefox
Hello is there any way through which we can run watir on forfox if so please reply me with example Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email...
2007 May 10
1
RSpec 0.9.4
RSpec 0.9.4 has just been released. Gems haven''t rsync''ed around the globe yet, so you might have to wait a few hours to install it. The big news this time is Spec::Ui 0.2.0, which has been released along with RSpec core. This RSpec extension gives you custom Watir matchers (custom Selenium-RC matchers are not implemented yet). Moreover, it comes with a custom KICK ASS formatter that, for each failing example, puts a screenshot of your browser - and its HTML source - straight into the report. And it all gets embedded into one single HTML file. Spec::Ui is no...
2008 Oct 16
2
Any good conferences this year about ruby/rspec/watir?
Hello. Sorry for this little offtopic question, but I was wondering if anyone happens to know if there''s any good conferences coming up about rspec or ruby or watir in this year where I could attend to? Or any good website where such things are listed or something similar. All suggested conferences should not take place before one month from now (employer needs some time to get good plane tickets and so on). -- View this message in context: http://www.nabbl...
2006 Sep 06
0
RSpec and Watir
Hi all, (Sorry for cross-posting - please reply to only one list, preferrably wtr-general) I just started on a project where it looks like we might start using Watir. I just whipped up a little example and some doco about how to (and why) use RSpec with Watir. It''s in RSpec''s subversion under trunk/vendor/watir http://rubyforge.org/scm/?group_id=797 http://rubyforge.org/plugins/scmsvn/viewcvs.php/trunk/vendor/watir/?root=rspec There is a REA...
2011 Jul 21
0
Is it possible to open particular version of browser using Watir?
Dear all: I installed *Utilu Firefox Collection *which has all the versions of the Firefox. After installation when I run my Watir script then FF version 2 is getting opened and my scripts are not working. My question is, is it possible to open particular browser version using Watir? I am using Watir-webdrivers. Thanks and Regards, Amit -- You received this message because you are subscribed to the Google Groups "Rub...
2008 Jun 09
6
Selenium/Watir usage along side Webrat in story testing
This is related to Selenium/Watir usage along side webrat in story testing. MHS_Testing and Rspec-ui provide some great help for testing through frameworks like Selenium/Watir. But there is something missing, Webrat has changed the landscape somewhat with Acceptance Tests/Story Driven development. Now I have a choice: 1. Tests...
2006 Sep 07
0
Dead easy Watir AND Selenium
Yesterday I added some Watir examples to RSpec''s svn. Today I added some Selenium (actually - Selenium Remote Control) examples. It''s dead easy to use both, and the Ruby code you end up writing is actually quite similar. Here''s a taste: == Watir == require File.dirname(__FILE__) + ''/rspec_...
2007 Mar 15
1
Getting the stack trace
Hi all, I am using the following code to print the exception, but is there a way to get the stack trace of the complete error like Exception: No option with text of Contract form in this select element C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1145/./watir.rb:3656:in `select_item_in_select_list'' C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1145/./watir.rb:3621:in `select'' C:/InstantRails/ruby/lib/ruby/1.8/test/unit/testcase.rb:70:in `run'' C:/InstantRails/ruby/lib/ruby/1.8/test/unit/testsuite.rb...
2006 Feb 23
2
Calgary Ruby Users Society (CRUSERS)
Calgary Ruby Users Society (otherwise known as Association of Anonymous Java Programmers, Calgary branch) had it''s first meeting today. After a round of introductions, we discussed our interests and brainstormed possible activities for the group. Paul Rogers did a presentation on Watir [http://wtr.rubyforge.org/]. Watir is not just a great tool, but also a way to sneak Ruby into your day job. ThoughtWorks Canada bought the donuts. From now on, we are planning to meet once a month, generally on the third Tuesday. Our next meeting will be in the second half of March (date TBD...
2007 Sep 18
2
FW: Specifying spec and output format inline?
...rg [mailto:rspec-users-bounces at rubyforge.org] On Behalf Of Adam Reed Sent: Monday, September 17, 2007 2:14 PM To: rspec-users at rubyforge.org Subject: [rspec-users] Specifying spec and output format inline? Howdy from Austin, TX. I''m new to rspec, and am currently using it with the Watir testing library for web testing. I''m moving along at an ok pace so far, but I had a question. I just realized I could require ''spec'' and forego running scripts from the command line. However, this limits me in my output formats. Is there a way that I can specify whic...
2006 Feb 23
5
Web/HTTP Testing
...imately boils down to a tool that drives a browser or is able to make http requests and allow us to deal easily with the responses. Our requirements are to be able to write the tests in Ruby (no need to switch to other language for test designing) and (relative) browser-independence (this one puts Watir out of the game, since it seems to be IE-dependent for the time being). A nice feature (but not a must-have) would be possibility of headless (command line) execution. I am aware of Selenium and WebUnit. Does anyone have any experience with either one (or a similar tool)? Cheers, Thiago Arrais
2006 Jul 12
0
Watir on Rails
Hello everybody Over the last 4 months we have been writing WATIR tests to test our php based site. The test suite is getting bigger nad bigger and has got to the point where we want to move off thre command line and into some kind of admin interface where we can select a single test to run or a set of them. the current plan is to write a admin interface in...
2006 Mar 16
0
HanselMinutes on WATIR
Scott Hanselman, noted .NET developer, talks at length about Ruby, Rails, and WATIR on his most recent podcast, HanselMinutes. The past three podscasts have all spent time discussing some aspects of Ruby / Rails and specifically some of the work that John Lam has been doing with the RubyCLR bridge. http://www.hanselminutes.com/ Michael
2006 Dec 03
0
Watir reports with screenshots using RSpec and Win32::Screenshot
You can read all about it here: http://blog.aslakhellesoy.com/articles/2006/12/02/getting-screenshots-from-watir (Yes, this is my new blog wohoo)
2006 Nov 07
0
Wiki -> RSpec -> Watir
...Now imagine if the left graphic were a thumbnail of a screenshot of a web page. You could click on the thumbnail and get the complete screenshot. This would be a copy of the tested website, in its tested state, with its intermediate data. To drive that test, in the right panel I put RSpec and Watir. So the code to log into a website would look like this: input_text ''login'', ''quentin'' input_text ''password'', ''test'' click_button ''commit'' @browser.should_contain(''Logged in successf...