Pages
-
Recent Posts
- Announcing ‘bewildr’ – test your WPF UI apps with IronRuby
- How to get the submodules of a ruby module
- Netbeans ‘Cucumber Features’ plugin in Beta!
- Programmatically take screenshot in IronRuby
- ThoughtWorks Anthology: Agile vs Waterfall Testing
- Testing a website on different versions of IE
- How to show all cookies for a page
Recent Comments
Tags
Abbot agile agile testing Automated Testing Books cheat sheet cucumber database Data Conversion Testing Example Code Exceptions FireBug Firefox Firewatir fitnesse Fix Internet Explorer IronRuby ISEB Java mac os x Maximo Mistakes MS Access NetBeans netgear nv+ QA Rational Functional Tester Regular Expressions RQuery RSpec Ruby Ruby on Rails Safari SQL sqlite Standards Test::Unit Test Case Management Test Data testing Tools WATIR white win32oleCategories
- agile
- Automated Testing
- bewildr
- Books
- cucumber
- Data Conversion Testing
- Example Code
- fitnesse
- General Testing Stuff
- IronRuby
- Links
- Making Life Easier
- Manual Testing
- Mistakes
- Rational Functional Tester
- RQuery
- RSpec
- Ruby
- Ruby on Rails
- Test Data
- Test Driven Development
- Test Management
- Test Management
- Test::Unit
- Testing Theory
- Tools
- Uncategorized
- WATIR
- white
- win32ole
Meta
This work by Nathaniel Ritmeyer is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported.
Category Archives: Tools
Announcing ‘bewildr’ – test your WPF UI apps with IronRuby
Get it here: http://www.bewildr.info After writing an automation framework to test a WPF GUI using IronRuby and White, I decided to write a ruby-specific gem for automating WPF UI tests. Kinda like Watir, but for WPF instead of the web. The … Continue reading
Posted in Automated Testing, Example Code, IronRuby, Tools, bewildr
Tagged Automated Testing, bewildr, Example Code, IronRuby, Ruby, Tools
Leave a comment
Netbeans ‘Cucumber Features’ plugin in Beta!
The best ruby IDE, Netbeans, now has a Cucumber plugin in beta! It’s the old “QuBiT” plugin that I’ve been using for a while though it looks like it’s been rebranded as the “Cucumber Features” plugin. Here it is: As … Continue reading
Testing a website on different versions of IE
So, no matter how much you argue that it’s an ancient, irrelevant browser; there’s no way you can wriggle out of having to test your web app against IE6 on WinXP. But… trying to find a machine with it lying … Continue reading
How to connect to an Oracle database in IronRuby
After spending a few hours trying to connect to an oracle database in ironruby using various gems, I gave up. None of the gems out there would work, each for a different reason. It was time to write my own … Continue reading
Posted in Example Code, IronRuby, Making Life Easier, Ruby, Test Data, Tools
Tagged Example Code, IronRuby, Oracle, Test Data, Tools
Leave a comment
Explaining Watir, Selenium and WebDriver
Something I seem to be explaining to people all the time… the relationships between Watir, Watir “2.0″, Selenium, Selenium “2.0″ and WebDriver. Alister Scott has done an excellent job of explaining the impact of WebDriver on Selenium and Watir and … Continue reading
Posted in Automated Testing, General Testing Stuff, Tools, WATIR
Tagged Automated Testing, Firewatir, Tools, WATIR, WebDriver
Leave a comment
Testing redirects with ruby
Testing redirects from a web app is simple enough – make a request and check the response code making sure it’s a 301, 302 or whatever you’re expecting. The test you end up writing isn’t nice idiomatic ruby though. So, … Continue reading
Posted in Automated Testing, Example Code, Making Life Easier, RSpec, Ruby, Tools
Tagged Automated Testing, Example Code, net::http, redirect, Ruby, Tools
Leave a comment
Remove junk from IronRuby cucumber output
When running cucumber tests under IronRuby, your output will be full of junk like the following: Feature: example feature Scenario: a scenario←[90m # features\testoutput.feature:3←[0m ←[32mGiven some test setup←[90m # features/step_definitions/output_steps.rb:1←[0m←[0m ←[32mWhen I do something←[90m # features/step_definitions/output_steps.rb:5←[0m←[0m ←[32mThen something happens←[90m # … Continue reading
Posted in Automated Testing, IronRuby, Ruby, Tools, cucumber
Tagged Automated Testing, cucumber, IronRuby, Ruby, Tools
Leave a comment














