Web application testing with Selenium

Posted on Tuesday, October 27, 2009 by Nicki

Someone told me about this wonderfull FireFox plugin called Selenium that one can use to record and automate web application testing. You can record, change and playback tests, and also use recorded tests to do load balancing.

For more details, see SeleniumHQ

ASP.Net 1.1 form not submitting on IE

Posted on Monday, October 5, 2009 by Nicki

We had this stubborn form that did not ant to submit when entering a value in the 1 textbox and pressing Enter. This is supposed to work!

After Googling a bit, I found the solution: just add another hidden HTML textbox to the page. This issue only occurs in IE when there is only 1 textbox control in the form.

You can confirm this behaviour by using Fiddler.

Credit to 4guysfromrolla.