|
|
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.
|
1 Articles match "Behavior","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
|
10 Articles match "Behavior","Unit Testing"
|
The Latest from DevelopMentor
|
MORE
|
|
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. While this can be useful, it is rarely part of the Behavior of a system, and often part of the implementation. Since there are literally 1,000’s of way to program the exact same behavior, Unit tests that Today, Bob Martin tweeted : unclebobmartin I use mocking frameworks as little as possible. I
Llewellyn Falco
- Saturday, January 16, 2010
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
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
Michael C. Kennedy's Weblog
- Friday, August 7, 2009
|
-
|
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
-
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
-
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 .
-
MVVM Helpers v1.03
the attached behaviors into the new Blend model. secondary assembly JulMar.Wpf.Behaviors.dll which has all those behaviors in it.
The The breaking change is I removed the original attached behaviors from the library
(DoubleClickBehavior, into this library along with some unit tests for it.
Again, I just put the latest version of the MVVM helpers online - mvvmhelpers.zip
There's There's a bunch of new stuff in it - check the release notes for the highlights.
There's
-
Passing data into a Windows Workflow Foundation 4 workflow
No improvement where, unless you consider the somewhat easier unit testing with the WorkflowInvoker. The actual behavior between WF3 and WF4 is quite different however. In Wf3 if you pass in a key that doesn’t match up you get a System.Reflection.TargetInvocationException with a System.InvalidOperationException inner exception with the text: “This operation can not be performed at runtime.”. And just in case you where thinking “But a unit test will take care of that right?” Passing parameters into a workflow is similar in WF4 as it was in WF3. In both case a Dictionary is passed in when creating the workflow instance object.
The Problem Solver
- Tuesday, June 30, 2009
|
|
|