|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
7 Articles match "Unit Testing"
|
Related DevelopMentor Courses
|
MORE
|
|
Test Driven Development for C# Developers
Create user stories to better define requirements Quickly and efficiently turn those stories into unit tests Use mocks to test against seemingly 'un-testable' conditions Write tests against web pages (ASP.NET) Write tests for GUIs (Windows Forms & WPF) Produce cleaner, more modular code. Avoid the pitfalls of un-manageable tests Keep your code running with an automatic regression suite Deliver code in significantly shorter release cycles. At completion of this course, students will be able to take new requirements and quickly implement them through the use of TDD to produce working, bug free, software.
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential ASP.NET MVC
How can I build unit tests for my MVC application? Unit Testing Unit testing is one of the main motivators for MVC. This module examines how MVC facilitates unit testing. We will see how to design for unit testing using the repository and service patterns and how to utilize dependency injection. You'll get answers to these questions: What is ASP.NET MVC and how is it different than ASP.NET WebForms? What are controllers, how do they get invoked and how do they accept input?
DevelopMentor Courses
- Thursday, November 5, 2009
Code Smarter with Enterprise Design Patterns in .NET
Design for testing. Dependency Injection containers assist in automating this process by providing a general purpose factory infrastructure, allowing you to build complete systems in terms of abstract types thus enabling unit testing. continuing theme throughout the course will be to ensure that any approach emphasizes unit testing and we therefore demonstrate how this simple approach works with unit testing. Think in terms of layers. Dependency Injection, using Unity.
DevelopMentor Courses
- Wednesday, November 25, 2009
|
49 Articles match "Unit Testing"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: Introducing the message visualizers
The CanExecute handler for each of them will test the Title property
– Notice that I test to ensure the visualizer is available – remember that services
can can be replaced or removed – I might do this in my unit tests for example (I actually
mock mock the interface rather than replace it, but you get the point In this post, I will go over the simple message visualizers available in the MVVM
Helpers Helpers toolkit.
Mark's Blog of Random Thoughts
- Monday, February 1, 2010
Testing Security Code with Moles
I am by far no (unit) testing expert. re-structure code to make it explicitly unit-testable.
One NET Framework – but it is not ideal for testing.
Recently But I always found it odd that I sometimes have
to to One typical example is code that relies on some sort of context – e.g.
www.leastprivilege.com
- Monday, February 1, 2010
Mock Smells
So let’s refine our nose. Mocks let you test implementation . Anyone who ever gets uppity about the use of stubs, fakes & mocks is paying a lot of attention to this. Since there are literally 1,000’s of way to program the exact same behavior, Unit tests that lock a particular implementation will actually in up “protecting” your code from being refactored . Today, Bob Martin tweeted : unclebobmartin I use mocking frameworks as little as possible. I
Llewellyn Falco
- Saturday, January 16, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
entitled Avoiding 5 Common Pitfalls in Unit Testing .
You Avoiding 5 Common Pitfalls in Unit Testing
by When I started out with unit tests, I was enthralled with the promise of ease and
security sustainable software through unit tests started to break down. Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter
entitled You can read it at the DevelopMentor website:
http://www.develop.com/testingpitfalls
I've
Michael C. Kennedy's Weblog
- Thursday, August 6, 2009
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations.
It Rather it's a library that can be used in conjunction with any of these testing frameworks.
Download Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216
KB) It is not a framework like HarnessIt , NUnit ,
or
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
newsletter entitled Avoiding 5 Common Pitfalls in Unit Testing .
You Avoiding 5 Common Pitfalls in Unit Testing
by When I started out with unit tests, I was enthralled with the promise of ease and
security sustainable software through unit tests started to break down. Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments
newsletter You can read it at the DevelopMentor website:
http://www.develop.com/testingpitfalls
I've
-
Unit Testing Coming to a Workflow Near You
Advances in Unit Testing Windows Workflow" ]
If However you won't find very much support for Test Driven Development (TDD) or unit
testing testing in general. the way of unit tests.
There [Update: See the follow up post "Significant
Advances If you've
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
-
TDD Invades Space Invaders
Common Pitfalls in Unit Testing " article we did a webcast where we took a problem
from was done for the sole purpose of creating a recipe for a scenario we could test. Create a new test project.
Paste minutes would have had the whole scenario done, tested, and well-factored. A joint post by Llewellyn Falco and Michael
Kennedy Kennedy
As
Michael C. Kennedy's Weblog
- Wednesday, October 28, 2009
-
TDD Space Invaders Video and Downloads
Tests . Tags: DevelopMentor Screencasts Talks Unit Testin Recently Llewellyn Falco and
I I did a webcast for DevelopMentor where
we we demonstrated some TDD techniques and introduced Approval
Tests
Michael C. Kennedy's Weblog
- Wednesday, November 4, 2009
-
Why Write Unit Tests?
Why Write Unit Tests? I've made a small video to go with this post Approval Tests have allowed us to focus on the parts of testing at a much higher level of abstraction. The benefits of Automated Tests are one of the areas that we can now more clearly appreciate. There are 4 main areas programmers Things that had been too hard to see have become visible. First, there is Specifications .
|
|
|