Videos tagged with Unit Testing


Google I/O 2010 - Testing techniques for Google App Engine

Google I/O 2010 - Testing techniques for Google App Engine

Posted in Companies, Google

Google I/O 2010 - Testing techniques for Google App Engine App Engine 201 Max Ross We typically write tests assuming that our development stack closely resembles our production stack. What if our target environment only lives in the cloud? We will highlight the key differences between typical testing techniques and Google App Engine testing techniques. We will also present concrete strategies f...

Tags: Google, Unit Testing, Companies, Google I/O, developer conference, App Engine, googleio2010, #io2010, #appengine9



Google I/O 2010 - Testing techniques for Google App Engine

Google I/O 2010 - Testing techniques for Google App Engine

Posted in Companies, Google

Google I/O 2010 - Testing techniques for Google App Engine App Engine 201 Max Ross We typically write tests assuming that our development stack closely resembles our production stack. What if our target environment only lives in the cloud? We will highlight the key differences between typical testing techniques and Google App Engine testing techniques. We will also present concrete strategies f...

Tags: Google, Unit Testing, Companies, Google I/O, developer conference, App Engine, googleio2010, #io2010, #appengine9


DimeCasts.Net #183: Load Testing WCF Services w/ VS2010

DimeCasts.Net #183: Load Testing WCF Services w/ VS2010

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we are going to take a look at how you can use Visual Studio 2010 to perform load testing on your WCF servicesWhen building out any WCF services it is very important to understand how they will handle under load and stress. You will want know that your services will respond well under peak load in order to allow your users to have a solid experiance. With VS2010 Ultimate there a...

Tags: Frameworks, Microsoft, WCF, .NET Framework, Unit Testing, DimeCasts.Net, Derik Whittaker, Codebetter.com, Broadcasting, Screencasts, Development, ...


DimeCasts.Net #170: Moles: Mocking the Un-Mockable

DimeCasts.Net #170: Moles: Mocking the Un-Mockable

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we are going to take at how to use Pex/Moles for .NetUnit testing is great, but most free isolation frameworks require that your mocks implement an interface. But what do you do when the class you are trying to mock is static or sealed with no interface. If you can’t modify the class then your unit testing efforts are usually stuck. Moles, the new free isolation framework from M...

Tags: Frameworks, Microsoft, .NET Framework, Unit Testing, DimeCasts.Net, Broadcasting, Screencasts, Development, Companies, Pex/Moles, Stephen Schaff, ...




DimeCasts.Net #142: Isolation Frameworks: Learning to use Partial Mocks

DimeCasts.Net #142: Isolation Frameworks: Learning to use Partial Mocks

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we are going to continue our series on learning how to use an isolation framework (Rhino Mocks) to help create simpler and more reliable unit tests.This time around we are going to be focusing how to use Partial Mocks to test abstract classes and methods within a concrete class.

Tags: Frameworks, Microsoft, .NET Framework, Unit Testing, DimeCasts.Net, Mocking, Rhino Mocks, Derik Whittaker, Red-Gate.com, Broadcasting, Screencasts, ...


Behaviour-Driven Development - a road to effective design and clean code

Behaviour-Driven Development - a road to effective design and clean code

Posted in Conferences, Development

Summary In this talk, Dan contrasts the traditional top-down and bottom-up approaches with a proven "outside-in" approach based on real life experience - engaging with and listening to our stakeholders. He shows how this can allow us to stay firmly on track, leading to clean code and effective design that provides maximum value to our stakeholders, not just the famous Scrum Product Owner Bio Da...

Tags: Conferences, Testing, Agile, TDD, BDD, Unit Testing, InfoQ, QCon, Agile Techniques, QCon San Francisco 2008, Behavior Driven Development, ...


DimeCasts.Net #126: Building a NAnt script - Part 5: Adding MSTest results to your build scripts

DimeCasts.Net #126: Building a NAnt script - Part 5: Adding MSTest results to your build scripts

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework

In this episode we will continue our series on how to create a build script using the NAnt build tool. In this episode we will take a look at how to add in the ability to run the MSTest testing engine via our scripts to run our MSTest unit tests.

Tags: Frameworks, Microsoft, .NET Framework, Unit Testing, DimeCasts.Net, NAnt, Derik Whittaker, Red-Gate.com, Broadcasting, Screencasts, Development, ...


OCUnit: Unit testing in Cocoa

OCUnit: Unit testing in Cocoa

Posted in OS, Development, Broadcasting, MacOS, Objective-C, Screencasts

Why and how to do unit testing for Cocoa (Mac) applications using OCUnit, which comes with Xcode. I'm not an iPhone developer, so please don't ask me about testing for iPhone applications. Instead, see this blog post by my friend Colin Barrett: http://iamthewalr.us/blog/2008/11/10/ocmock-and-the-iphone/ This video is based on a presentation I gave at the December 2008 meeting of CocoaHeads in L...

Tags: Testing, OS, MacOS, Objective-C, Cocoa, Unit Testing, Xcode, Broadcasting, Screencasts, Development, Ocunit, ...