Fiddler 2 is a great tool for debugging web development. It serves well when you want to simulate a form POST / GET with various parameter.
But note when you want to do a form POST, remember to add this line to the header :
Content-type: application/x-www-form-urlencoded
Otherwise, the form POST parameters will not be understood.