| |
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.
|
4 Articles match "Source Control","Unit Testing"
| Related DevelopMentor Courses | MORE | | This (new) developers life Test Driven Development (TDD) A clearly stated problem, constant feedback, and regression about twice every minute! The journey of a Million lines starts with a single Unit Test.” It uses this technique with user stories, refactoring, continuous integration, source control, retrospectives and many other practices. Today I discovered the podcast “ This Developer’s Life ”. It’s a very differently crafted podcast. Very true to the style of "This American Life” that it’s name is borrowed from. listened to Episode’s “ Play ” & “ Problems ”. Do something small. DevelopMentor Courses - Sunday, January 22, 2012 Building Better Applications with Team Foundation Server 2010 and Visual Studio 2010 Training 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 do I debug problems that arise during acceptance and quality test? Source Code Control: Introduction Source code control, or revision control, is the management of revisions to pieces of information that makes up a project. TFS has a source control management system, entirely separate from Visual Source Safe (Microsoft's previous source control offering). DevelopMentor Courses - Thursday, October 6, 2011 Building Better Applications with Team Foundation Server 2010 and Visual Studio 2010 Training 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 do I debug problems that arise during acceptance and quality test? Source Code Control: Introduction Source code control, or revision control, is the management of revisions to pieces of information that makes up a project. TFS has a source control management system, entirely separate from Visual Source Safe (Microsoft's previous source control offering). DevelopMentor Courses - Wednesday, October 5, 2011 |
4 Articles match "Source Control","Unit Testing"
| The Latest from DevelopMentor | MORE | | This (new) developers life Test Driven Development (TDD) A clearly stated problem, constant feedback, and regression about twice every minute! The journey of a Million lines starts with a single Unit Test.” It uses this technique with user stories, refactoring, continuous integration, source control, retrospectives and many other practices. Today I discovered the podcast “ This Developer’s Life ”. It’s a very differently crafted podcast. Very true to the style of "This American Life” that it’s name is borrowed from. listened to Episode’s “ Play ” & “ Problems ”. Do something small. DevelopMentor Courses - Sunday, January 22, 2012 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. Create a new test project. We made it to step 4 during our presentation (download code below) and estimate another 15 minutes would have had the whole scenario done, tested, and well-factored. Tags: DevelopMentor Screencasts Talks Unit Testing Michael C. Kennedy's Weblog - Wednesday, October 28, 2009 Approval Tests (a pictures worth a 1000 tests) [repost] Scenario 1 [Testing a User Interface] Core Concept : Component gui = createGui(); Approvals.approve(gui); This creates a snap shot of the gui: gui.received.png This passes if gui.received.png == gui.approved.png If you like the result, simply rename gui.received.png -> gui.approved.png and the test will pass. a picture is worth a 1000 tests”. Ever find that your unit tests aren’t giving you enough security? Ever find your tests test too many things and the maintenance required to change anything is actually reducing your agility? oh wait! Llewellyn Falco's Approval Tests - Tuesday, October 14, 2008 | -
| The Best from DevelopMentor | MORE | - 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. Create a new test project. We made it to step 4 during our presentation (download code below) and estimate another 15 minutes would have had the whole scenario done, tested, and well-factored. Tags: DevelopMentor Screencasts Talks Unit Testing Michael C. Kennedy's Weblog - Wednesday, October 28, 2009 - This (new) developers life
Test Driven Development (TDD) A clearly stated problem, constant feedback, and regression about twice every minute! The journey of a Million lines starts with a single Unit Test.” It uses this technique with user stories, refactoring, continuous integration, source control, retrospectives and many other practices. Today I discovered the podcast “ This Developer’s Life ”. It’s a very differently crafted podcast. Very true to the style of "This American Life” that it’s name is borrowed from. listened to Episode’s “ Play ” & “ Problems ”. Do something small. DevelopMentor Courses - Sunday, January 22, 2012 - Approval Tests (a pictures worth a 1000 tests)
Scenario 1 [Testing a User Interface] Core Concept : Component gui = createGui(); Approvals.approve(gui); This creates a snap shot of the gui: gui.received.png This passes if gui.received.png == gui.approved.png If you like the result, simply rename gui.received.png -> gui.approved.png and the test will pass. a picture is worth a 1000 tests”. Ever find that your unit tests aren’t giving you enough security? Ever find your tests test too many things and the maintenance required to change anything is actually reducing your agility? oh wait! Llewellyn Falco - Monday, October 13, 2008 - Approval Tests (a pictures worth a 1000 tests) [repost]
Scenario 1 [Testing a User Interface] Core Concept : Component gui = createGui(); Approvals.approve(gui); This creates a snap shot of the gui: gui.received.png This passes if gui.received.png == gui.approved.png If you like the result, simply rename gui.received.png -> gui.approved.png and the test will pass. a picture is worth a 1000 tests”. Ever find that your unit tests aren’t giving you enough security? Ever find your tests test too many things and the maintenance required to change anything is actually reducing your agility? oh wait! %>
| | |