I m running into a "bad request" error when playing back a test. I ve tracked it down to a comma and space in a button that has "Yes, Do" as its value. There is functionality in another page that runs based on this value. When I remove the comma and space in the both pages everything works perfectly. I ve tried toggling the url encode property for that field in the Web Perf Test to true, but it still fails. When I look at the details of the request it shows "Yes,+Do" as the querystring param. I can t change the control value in this situation. Any hints?
Are there database testing tools for python (like sqlunit)? I want to test the DAL that is built using sqlalchemy