|
|
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.
|
3 Articles match "Source Code","Unit Testing"
|
Related DevelopMentor Courses
|
MORE
|
|
Building Better Applications with Visual Studio Team Foundation Server - TFS 2010
How can I develop and manage tests? How do the Visual Studio visualization tools help with source control? How do I test complex applications using mocking and IoC? How can code contracts help code quality? How do I debug problems that arise during acceptance and quality test? How can I do a new build when a developer checks in code? Source Code Control: Introduction Source code control, or revision control, is the management of revisions to pieces of information that makes up a project.
DevelopMentor Courses
- Monday, July 12, 2010
Building Better Applications with Visual Studio Team Foundation Server 2010
How can I develop and manage tests? How do the Visual Studio visualization tools help with source control? How do I test complex applications using mocking and IoC? How can code contracts help code quality? How do I debug problems that arise during acceptance and quality test? How can I do a new build when a developer checks in code? Source Code Control: Introduction Source code control, or revision control, is the management of revisions to pieces of information that makes up a project.
DevelopMentor Courses
- Monday, June 28, 2010
Visual Studio Team System
Learn how VSTS enhances each of the roles in software development via project management tools, design tools, test case management, and customization. How can I use VSTS to design a project, generate a code framework, and build a deployment plan? How can I develop and manage test cases? How can I do a new build when a developer checks in code? Source Code Control: Introduction Source code control, or revision control, is the management of revisions to pieces of information that makes up a project. Load tests consist of a 'scenario'.
DevelopMentor Courses
- Friday, June 12, 2009
|
17 Articles match "Source Code","Unit Testing"
|
The Latest from DevelopMentor
|
MORE
|
|
Article: 10 Features in.NET 4.0 that made Me Smile
Barrier lets you define rendezvous points in your code where multiple concurrent operations can automatically sync-up. Code contracts. Code contracts allow you to assert truths about your code as if you are writing a unit test. But these assertions live within your production code and are both verified by the compiler as well as the runtime. Speaking of that XAML stuff, if you write WPF or Silverlight code and don’t know MVVM, stop reading this article and learn about it here. see top-right of this page ). that made Me Smile. ll wait.
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
Article: 10 Features in.NET 4.0 that made Me Smile
Barrier lets you define rendezvous points in your code where multiple concurrent operations can automatically sync-up. Code contracts. Code contracts allow you to assert truths about your code as if you are writing a unit test. But these assertions live within your production code and are both verified by the compiler as well as the runtime. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. see top-right of this page ). This one is entitled. 10 Features in.NET 4.0 Smiles!
Michael C. Kennedy's Weblog
- Wednesday, December 16, 2009
TDD Space Invaders Video and Downloads
Recently Llewellyn Falco and I did a webcast for DevelopMentor where we demonstrated some TDD techniques and introduced Approval Tests. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: DevelopMentor Screencasts Talks Unit Testing We let the audience choose our project and they chose Space Invaders. It was all great fun. Now the videos and MP3 streams are online and available for download. . Cheers! Michael. All content copyright Michael C. Kennedy.
Michael C. Kennedy's Weblog
- Wednesday, November 4, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations. Rather it's a library that can be used in conjunction with any of these testing frameworks. Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216 KB). You can also just jump to the code. First a Little History: Last September I posted this teaser entitled Unit Testing Coming to a Workflow Near You. Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs. Unit Testing Workflow Activities by K.
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter entitled Avoiding 5 Common Pitfalls in Unit Testing. Avoiding 5 Common Pitfalls in Unit Testing. When I started out with unit tests, I was enthralled with the promise of ease and security that they would bring to my projects. In practice, however, the theory of sustainable software through unit tests started to break down. Unit Tests have become more trouble than they are worth.". When tests would stop working, we just ignored them.
Michael C. Kennedy's Weblog
- Thursday, August 6, 2009
-
Article: Avoiding 5 Common Pitfalls in Unit Testing
Llewellyn Falco and I recently wrote an article for DevelopMentor's Developments newsletter entitled Avoiding 5 Common Pitfalls in Unit Testing. Avoiding 5 Common Pitfalls in Unit Testing. When I started out with unit tests, I was enthralled with the promise of ease and security that they would bring to my projects. In practice, however, the theory of sustainable software through unit tests started to break down. quot;Unit Tests have become more trouble than they are worth." Pitfall #1: Tests are hard to maintain.
-
Unit Testing Coming to a Workflow Near You
[Update: See the follow up post "Significant Advances in Unit Testing Windows Workflow" ]. However you won't find very much support for Test Driven Development (TDD) or unit testing in general. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit tests. There has been some work done on unit testing Windows Workflows. Here's some links: Unit Testing Activities with Windows Workflow Foundation by Ron Jacobs.
Michael C. Kennedy's Weblog
- Tuesday, September 30, 2008
-
TDD Invades Space Invaders
As a follow-up to our " Avoiding 5 Common Pitfalls in Unit Testing " article we did a webcast where we took a problem from the audience and solved it live and unrehearsed on stage. The thing to remember is that all of this was done for the sole purpose of creating a recipe for a scenario we could test. Now that we had the recipe, we could go about writing the code. Create a new test project. Translate the comments into code. Second, it translates well to code because it has behavior and objects working together. This is OK. tank shoots // 5.
Michael C. Kennedy's Weblog
- Wednesday, October 28, 2009
-
TDD Space Invaders Video and Downloads
Recently Llewellyn Falco and I did a webcast for DevelopMentor where we demonstrated some TDD techniques and introduced Approval Tests. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: DevelopMentor Screencasts Talks Unit Testing We let the audience choose our project and they chose Space Invaders. It was all great fun. Now the videos and MP3 streams are online and available for download. . Cheers! Michael. All content copyright Michael C. Kennedy.
Michael C. Kennedy's Weblog
- Wednesday, November 4, 2009
-
Test Driven Development, Approval Testing, and a Song - Oh Boy!
So my buddies Dan Gilkerson and Llewellyn Falco have been doing some brilliant, ground breaking work on advancing the state of unit testing and TDD with a concept they call Approval Testing. unit testing -> TDD -> BDD -> Approval Testing. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis. Tags: Unit Testing To highlight the transition from. Dan wrote a parody of the song Let It Be. The Music Video: Let it BBD. If you like it, then. Kennedy.
Michael C. Kennedy's Weblog
- Wednesday, January 7, 2009
|
|
|