Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Software Testing</span>

ASP.NET MVC: Episode 2 with Charlie Poole – Creating Unit Tests with NUnit

In this second episode, Stephen Walther and Charlie Poole create the ASP.NET MVC application with Visual Studio and run their first unit tests with NUnit. Charlie Poole explains that you can take shorter or longer steps when testing depending on your confidence level. http://www.asp.net/learn/mvc-videos/video-406.aspx

Advanced Topics in Programming Languages: JSR-305: Java annotations for software defect detection

This talk will describe the current status of JSR-305, Java annotations for software defect detection. This JSR will define several standard Java annotations for properties such as @Nonnegative and @Nonnull that can be used to document your design intentions in a way that be interpreted by multiple software tools (such …

Story Driven Modeling with Fujaba: Turning Scenarios into Automated Tests

Story Driven Modeling (SDM) is a systematic software development approach based on scencario analysis on model level. Usual text book approaches start with the derivation of a domain level class diagram from textual requirements specifications. This does not work. Class diagrams structure programs not your domain. Thus SDM proposes to …