Advanced ASP.NET MVC
Learn how to extend the ASP.NET MVC framework with dependency injection, view engines, action filters, and more. We’ll see how to apply Test Driven Development and write unit tests with mock objects.
Software Testing Tutorials and Videos
Learn how to extend the ASP.NET MVC framework with dependency injection, view engines, action filters, and more. We’ll see how to apply Test Driven Development and write unit tests with mock objects.
A heuristic is a method to help solve a problem. It is particularly used as a method that often rapidly leads to a solution that is usually reasonably close to the best possible answer. Heuristics are “rules of thumb”, educated guesses, intuitive judgments or simply common sense. The talk will …
While there is certainly more to testing than unit testing, and more to a well-rounded approach to development than just testing, a failure to appreciate the role and practice of unit testing can lead to disappointment or a skewed notion of testing as a programmer’s responsibility. This session aims to …
In the IT team, and especially in testing and audit, we concentrate on measuring such items as defect density and product attributes. We see testing as an activity which is designed to help mitigate risk. Yet testing and reviews may increase risk; for the test team, for the IT project …
A presentation for the San Diego Java User Group on how to use Trac to manage the development a software project. Below is a video capture of that talk (~45min). We cover the big picture of what’s involved in effective project management, the qualities of what makes a good tool …
Have you heard the story of the poor code monkey? The one who had to prove to his boss that his web app actually worked? Are you the poor code monkey? See how Selenium on Rails can make it easier to take the pain out of view testing by writing …