Python Debugging with pdb
Published September 29th, 2011 Under Unit Testing | Leave a Comment
This video explains how you can debug a Python applications with pdb,the Python debugger.
Video Source: http://marakana.com/forums/python/python/423.html
Test-driven Development in JavaScript
Published September 21st, 2011 Under Software Testing | Leave a Comment
This video explains how to use test-driven development to design and implement a simple JavaScript web application, including how to steer it towards component based micro-architecture.
Watch this video on Skillsmatter.com
Use Setup Arguments with Moq
Published September 12th, 2011 Under Unit Testing | Leave a Comment
This tutorial shows how to use Setup parameters in the Returns of a mocked function using Moq. Moq (pronounced “Mock-you” or just “Mock”) is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, type-safe and refactoring-friendly mocking library available.
Video source: http://thethoughtfulcoder.com/blog/52/Moq-Use-Setup-arguments-parameters-in-the-Returns-of-a-mocked-function
Remediation Patterns – How to Achieve Low Risk Releases
Published September 8th, 2011 Under Continuous Integration | Leave a Comment
This video presents remediation patterns based on prevention, low risk release through automate provisioning and deployment plus dev/test/ops collaboration, and incremental delivery.
http://www.infoq.com/presentations/Remediation-Patterns
Hardcore .NET Production Debugging
Published September 5th, 2011 Under Unit Testing | Leave a Comment
This video explains how to attack the nastiest bugs in your applications, how to look at what’s causing that grinding halt of your ASP.NET application and how to find the cause of that horrible memory leak in your Windows Forms application. Knowledge of these production debugging tools like WinDbg and SOS is not only important for cases when you really don’t have access to Visual Studio and your source code, but these tools also reveal a lot more information than just the regular managed code debuggers.
Link to video http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track7%200900-1000.mp4
Testing the Web with Capybara and Cucumber
Published August 30th, 2011 Under Functional Testing | Leave a Comment
This tutorial explains how to test a Sinatra ruby application with Cucumber, Capybara and Rspec.
Video Source: http://net.tutsplus.com/
Test-driven JavaScript in Practice
Published August 25th, 2011 Under Unit Testing | Leave a Comment
This video explores functional tests and unit tests alike, implements a fully functional browser “widget”. The session will walk you through some of the tools currently available for JavaScript testing, discuss some of the hardest challenges and show you the workflow – all the way from the first test to the green light on the continuous integration server.
http://ndc2011.macsimum.no/mp4/Day1%20Wednesday/Track5%201620-1720.mp4
« previous page — next page »
RSS
Twitter