Pages
-
Recent Posts
- Bewildr + Cucumber Example
- Counting strings in a file: Ruby vs Windows Command shell
- IronRuby vs. Gherkin – a temporary fix
- Learning Ruby? Here’s the book for you…
- Announcing ‘bewildr’ – test your WPF UI apps with IronRuby
- How to get the submodules of a ruby module
- Netbeans ‘Cucumber Features’ plugin in Beta!
Recent Comments
- Nat on Counting strings in a file: Ruby vs Windows Command shell
- Neil on Counting strings in a file: Ruby vs Windows Command shell
- Andrew Grimm on Stop Ruby’s Test::Unit suite files running all your tests
- Nat on How to connect to an Oracle database in IronRuby
- Mark Micallef on How to connect to an Oracle database in IronRuby
Tags
Abbot agile agile testing Automated Testing bewildr 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 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.
Tag Archives: Internet Explorer
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 show all cookies for a page
It’s not always that you can test a website from the comfort of Firefox + Firebug + FireCookie. When you have to use another browser where checking cookies isn’t so much fun (er… that’s all of them but firefox), you … Continue reading
Posted in Making Life Easier
Tagged browser, cookies, FireBug, Firefox, Internet Explorer, javascript
Leave a comment
How to clear IE cookies on the command line
If you want to clear IE cookies on the command line, here’s what you’re after: RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 More options available here: http://www.howtogeek.com/howto/windows/clear-ie7-browsing-history-from-the-command-line/ Bookmark to:
Posted in Making Life Easier
Tagged Internet Explorer, Test Case Management, Test Data
Leave a comment
IE Developer Toolbar
Firefox and FireBug make a great combination. It makes working with Watir nice and easy. Unfortunately, some apps refuse to work with FireFox (IBM Maximo and Oracle SPL Customer Care and Billing, aka: “CC&B” are examples), so MSIE is the … Continue reading














