|
|
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.
|
5 Articles match "Unit Testing","Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Windows Workflow Foundation 4 - WF4
Gain understanding of the strengths and weaknesses of Windows Workflow Foundation 4. Discover what part of your application is best suited to use Windows Workflow Foundation and why. Windows Workflow Foundation 4 teaches best practices for developing Windows Workflow Foundation applications. Understand how workflow activities work and what their role is. Learn how you can empower your end users to create new, or change existing, workflows to adapt to the changing business environment.
DevelopMentor Courses
- Tuesday, November 17, 2009
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
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
|
10 Articles match "Unit Testing","Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
Survival Skills for Developers
Unit testing
You must be able to write and execute unit tests for the language and platform you are developing on. Unit testing is like a compass. Unit testing has its fair share of zealous proponents and vehement haters. Let’s suspend reality for a moment and pretend you’re heading out into the woods this weekend. Set aside the fact that you are a software developer and have no business tromping around out in the wilderness.
Ardent Dev
- Wednesday, February 10, 2010
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
|
-
|
The Best from DevelopMentor
|
MORE
|
-
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
-
Unit Testing Coming to a Workflow Near You
Advances in Unit Testing Windows Workflow" ]
If you've been working with Windows Workflow, you'll find it has some cool features
for However you won't find very much support for Test Driven Development (TDD) or unit
testing testing in general. [Update: See the follow up post "Significant
Advances If
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
-
The new Windows Workflow Foundation 4 runtime
Not only very useful for running the odd workflow but also for unit testing as any WorkflowElement, the base class for all activities, can be executed this way.
static void Main( string [] args)
{
WorkflowInvoker.Invoke( new Sequence1());
Console.WriteLine( "The workflow has completed." With WF3 there was a central workflow runtime environment called the WorkflowRuntime and used to manage the lifetime of workflow instances. In WF4 this central class no longer exists and we manage individual workflows. To compare
The Problem Solver
- Tuesday, June 23, 2009
-
System.Transactions and Windows Vista NTFS (Updated)
Test]
course, my library comes with comprehensive unit tests. I've been playing with my fresh copy of Vista Ultimate - which I am surprised to find that I absolutely love.
Being Being a big fan of System.Transactions, I naturally wanted to use it with Vista's
TxF TxF (Transactional NTFS) file system.
Michael C. Kennedy's Weblog
- Thursday, December 6, 2007
-
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
-
Unblocking assemblies in Windows 7
I just ran into a little problem when attempting to run a Visual Studio unit test
on my Windows 7 machine. but when running the unit test I ran into the following error:
Failed to queue test run 'Mark@L-ONE
2009-10-11 on I downloaded log4net.dll and wanted to use it in a project,
but
The Blomsma Code
- Sunday, October 11, 2009
|
|
|