Tag Archives: Test Data

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 , , | Leave a comment

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 , , , , | 2 Comments

Careful with that Test Data…

It doesn’t happen too often but when it does, it’s hilarious: test data escaping the testing environment. I’ve heard of this happening a few times, but here’s the funiest one so far: http://catless.ncl.ac.uk/Risks/14.89.html#subj3 Bookmark to:

Posted in General Testing Stuff, Test Data | Tagged , | Leave a comment