Andrzej on Software
Thoughts on software
(Move to ...)
Who am I?
▼
Thursday, May 31, 2007
How to programmatically submit a POST form using IronPython
›
Sometimes you may want to download a web page that is a result of submitting a form that uses a POST method. The code below shows how to do ...
2 comments:
Wednesday, May 30, 2007
How to download a web page using IronPython
›
Downloading a web page is a common programming task. Here are two snippets of code that show how to do it with IronPython. The code was test...
13 comments:
Monday, May 28, 2007
Selenium on Rails in 5 minutes
›
Introduction Selenium is a very good framework for testing web applications. It's an ideal tool to use when you want to test your Rails ...
1 comment:
Friday, May 11, 2007
rcov for rails and how to analyze its reports
›
rcov is a code coverage tool for Ruby. There are at least two reasons why it's worth using code coverage tools in your application. 1. ...
Thursday, May 10, 2007
... and some more TDD steps with Rails
›
We were working together with Marcin on the Words application. It was a lot of fun. We were pair programming for about two hours. First, we...
3 comments:
Wednesday, May 9, 2007
15 TDD steps to create a Rails application
›
Hi, Testing Rails applications is my passion for over 7 years now. If you sign up to this newsletter you will receive exclusive informat...
33 comments:
Thursday, April 19, 2007
Test your web application with Selenium
›
Thanks to Skills Matter I attended a Selenium session tonight. Selenium is a tool for automated web testing. The session was led by Eri...
5 comments:
‹
›
Home
View web version