Tag Archives: mechanize
Quick example of testing login form with mechanize and Test::Unit
I started testing with Ruby. So i first use Test::Unit and then i want to test some functionality on web. I read some examples at mechanize documentation, which is here or at your ruby/gems directory. So let’s look at the … Continue reading