search for: andthennothing

Displaying 6 results from an estimated 6 matches for "andthennothing".

2006 Feb 06
2
Selenium on Rails plugin
...bit longer than what I thought, but I?ve been busy and stuff like this takes time to get into a good enough state to release to the world. Please try it out and let me know if you have any problems using it or if you have suggestions for improvements! /Jonas Bengtsson, jonas.b@home.se, http://andthennothing.net More info: http://andthennothing.net/archives/2006/02/05/selenium-on-rails svn: http://andthennothing.net/svn/public/selenium_on_rails/ -- Posted via http://www.ruby-forum.com/.
2006 Feb 19
2
New version of Selenium on Rails
...ion => ''create'', :name => c } Another change is that the plugin is only available in test environment, but it''s configurable. script/plugin update (or reinstall the plugin if that doesn?t work) Check it out and let me know what you think! /Jonas [1] http://andthennothing.net/archives/2006/02/19/new-version-of-selenium-on-rails [2] http://www.openqa.org/selenium/ [3] http://www.randomhacks.net/ -- Posted via http://www.ruby-forum.com/.
2006 Feb 16
3
How to use Selenium from Rails
I caught two different approaches to integrate Selenium to Rails: http://svn.viney.net.nz/things/rails/plugins/selenium_testing/README http://andthennothing.net/archives/2006/02/05/selenium-on-rails It seems that the first makes it easy to right the tests, and the second makes it easy to run them. Am I correct? Any chance of the two hooking up and cross polinating? -- Posted via http://www.ruby-forum.com/.
2005 Dec 15
2
link_to_remote and browser compatibility
...is: 1. If the browser supports XHR, use XHR 2. If the browser supports javascript (and perhaps even if the XHR request fails) do a POST via javascript 3. If the browser doesn''t support javascript use POST via a standard form Is that possible? Thanks in advance, Jonas Bengtsson http://andthennothing.net -- Posted via http://www.ruby-forum.com/.
2006 Aug 03
0
Selenium on Rails has moved to OpenQA
Hi all, Selenium on Rails has so far lived on my personal site, but now it has moved in on OpenQA. Please get involved and help making testing Rails applications using Selenium too easy to resist! http://www.openqa.org/selenium-on-rails/ Cheers, Jonas Bengtsson http://andthennothing.net -- Posted via http://www.ruby-forum.com/.
2006 Feb 23
5
Web/HTTP Testing
Hello, I am looking for a user test automation tool. When I say ''user'', I mean it should mimic the user interacting with the app. That ultimately 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