Category: Agile

  • My first bug catch with WatiN

    I caught my first bug (regression) because of WatiN and NUnit just now. Something I wasn't able to catch during my previous manual tests. [more] Two items that I run into but got over with: 1. AJAX (UpdatePanel). I show/hide controls with AJAX and previously finding elements by id had some issues if it's hidden…

  • Unit Testing ASP.NET

    I was looking googling around the web for unit testing strategies for ASP.NET (UI/Presentation Layer) and posting some partial notes. ASP.NET MVC Framework is something to look forward too. It is still in Preview 2 but pointing to a good direction. In addition, if I'm not mistaken however it can only be used with Web…