Displaying 20 results from an estimated 2000 matches similar to: "RSpec and Watir"
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
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 to
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
2006 Apr 04
1
Houston Ruby/RoR Meetup 8 April
The Houston Ruby/RoR group is getting together for discussion, food, and
more food on Saturday 8 April at Pantera, a Houston restaurant with good
food and free internet access :-). If you are in town and feel like
joining us, we''ll be getting started around 4:00PM. This time round I
will be doing a brief overview / demo of Watir, the ruby web testing
tool (http://wtr.rubyforge.org/).
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(''Potassium'')
ie.button(:id, ''image1'').click
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
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
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_watir''
context "Google''s search page" do
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
Rubies & Acceptance Testers:
For those of you not doing acceptance tests yet, I have a very slick test
rig to show off. I haven''t demo-ized it yet, so please accept these diverse
audiovisual displays as if they were a united whole!
We start with MiniRubyWiki, at this demo:
http://www.zeroplayer.com/cgi-bin/wiki?TestFlea
Click on any of the green bars.
Now imagine if the left
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 php like our other
admin tools,
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
2010 Nov 24
0
How to select BACK button in "Internet Explorer" using RUBY code with Watir Framework
How to select BACK button in "Internet Explorer" using RUBY code with
Watir Framework
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2009 May 28
0
Watir without -jssh extension
Hi All,
Is there any way to run watir/firewatir without having -jssh extension
for firefox???
If so plz suggest me.
Thanks in advance,
Saurabh
--
Posted via http://www.ruby-forum.com/.
2007 Apr 13
1
HTML report and Spec::Ui improvements
The trunk now has some nifty improvements to the HTML report (--format
html). Each failing spec will (in addition to the backtrace) have a
box with a source code snippet of the offending code.
If you have Jamis Buck''s syntax gem installed the code will also be
syntax highlighted 8-D
There has also been some major improvements to Spec::Ui, and it should
be much easier to set up than
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
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
2008 Dec 19
0
"parm" argument in confint.multinom () nnet package
Dear R users,
The nnet package includes the multinom method for the confint function.
The R Help file (?confint) for the generic function in the stats package
and the help files for the glm and nls methods in the MASS package
indicate that one can use the "parm" argument as "a specification of
which parameters are to be given confidence intervals, either a vector
of numbers or
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 and rails process run as one test process (Webrat)
2. Use
2007 Nov 11
4
Who''s using --format rdoc
I''m doing some housekeeping and just realised that the rdoc formatter
produces gibberish:
http://rspec.rubyforge.org/rdoc/files/EXAMPLES_rd.html
Will anyone protest if I just go ahead and remove it? (I can''t imagine
anyone using it, especially with the much better HTML formatter)
Aslak