DotNetShoutout - Latest published stories in Agile
2
Shouts

Doing Your First Mock

published 8 days, 8 minutes ago posted by KodefuGuruKodefuGuru 10 days, 1 hour, 53 minutes ago
Thursday, May 17, 2012 6:05:19 PM GMT Tuesday, May 15, 2012 4:20:51 PM GMT
Are you looking for a solution to your unit tests modifying data? Perhaps your unit tests are so slow that none of your teammates bother running them? You need mock objects. (more)
category: Agile | clicked: 0 | comment | | source: blogs.telerik.com
tags:
2
Shouts

xUnit Theory, the Data Driven Unit Test

published 31 days, 4 hours, 46 minutes ago posted by tduponttdupont 40 days, 11 hours, 12 minutes ago
Tuesday, April 24, 2012 1:27:26 PM GMT Sunday, April 15, 2012 7:01:12 AM GMT
A good set of unit tests often end up reusing the same code with varied inputs. Rather than copy and paste that test code over and over, we can use the pattern of data driven unit tests to help streamline our test fixtures. This is the practice of having a single test definition be invoked and count as multiple tests at run time. This also enables us to do other dynamic things, such as configuring our unit tests from external sources. :) I love NUnit, but it does not offer data driven unit tests. I freq... (more)
category: Agile | clicked: 0 | comment | | source: www.tomdupont.net
tags:
1
Shouts

From Legacy to Dependency Injection

published 44 days, 19 hours, 54 minutes ago posted by KodefuGuruKodefuGuru 49 days, 11 hours, 30 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Friday, April 06, 2012 6:43:49 AM GMT
The best thing about using Telerik JustMock is that you can mock practically everything. You can even mock types without using dependency injection, making JustMock the best framework to use when working with legacy code... (more)
category: Agile | clicked: 0 | comment | | source: blogs.telerik.com
tags:
1
Shouts

Migrating from NUnit to xUnit

published 44 days, 19 hours, 54 minutes ago posted by tduponttdupont 46 days, 8 hours, 36 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Monday, April 09, 2012 9:37:04 AM GMT
If you are currently using NUnit to write your unit tests, then it is not at all difficult to migrate to using xUnit. The philosophical difference between the two is simply this: with xUnit you need to think of your tests as objects, rather than of methods. Here is a visual representation of equivalent test setups between NUnit and xUnit... (more)
category: Agile | clicked: 0 | comment | | source: www.tomdupont.net
tags:
1
Shouts

To TDD or Not To TDD? That is the Discussion. | Nizar Noorani

published 61 days, 15 hours, 50 minutes ago posted by noorani786noorani786 70 days, 2 hours, 10 minutes ago
Sunday, March 25, 2012 2:23:44 AM GMT Friday, March 16, 2012 4:03:50 PM GMT
My evolution to TDD and reasons why I follow it... (more)
category: Agile | clicked: 23 | comment | | source: nizarnoorani.com
tags: TDD, test first, unit testing
1
Shouts

Yes, I Use a Text Editor for Demonstrating Code

published 67 days, 10 hours, 24 minutes ago posted by ashicashic 71 days, 16 hours, 1 minute ago
Monday, March 19, 2012 7:49:15 AM GMT Thursday, March 15, 2012 2:12:47 AM GMT
Sometimes a text editor is all you need for cultivating ideas... (more)
category: Agile | clicked: 18 | comment | | source: www.heartysoft.com
tags: C#, Notepad
1
Shouts

Quick-and-Easy Database Integration Tests with SpecsFor

published 70 days, 17 hours, 6 minutes ago posted by Matt_TCFMatt_TCF 79 days, 12 hours, 45 minutes ago
Friday, March 16, 2012 1:06:57 AM GMT Wednesday, March 07, 2012 5:28:32 AM GMT
SpecsFor makes it very easy to bolt on your own conventions, create your own base classes, and extend its behavior to support your specific testing needs. I’m working on a project that’s built on LINQ to SQL, and I wanted to start creating integration tests around our stored procedures and views. Here’s the base class I made to handle establishing a database connection, loading in “seed data,” and then cleaning up after each set of specs once they’re finished. (more)
category: Agile | clicked: 6 | comment | | source: trycatchfail.com
tags: SpecsFor, Linq To SQL, TDD, Testing, Database
1
Shouts

My thoughts on conducting technical interviews… | Nizar Noorani

published 72 days, 10 hours, 17 minutes ago posted by noorani786noorani786 79 days, 14 hours, 50 minutes ago
Wednesday, March 14, 2012 7:55:55 AM GMT Wednesday, March 07, 2012 3:23:33 AM GMT
As a software consultant, I’ve both gone through and conducted a fair share of technical interviews. By conducting interviews, being interviewed and watching others interview I’ve learnt a few things myself. Below are some tips on what works and what doesn’t when interviewing software developers… (more)
category: Agile | clicked: 25 | comment | | source: nizarnoorani.com
3
Shouts

Blog Clemens Reijnen | 08. Getting Testing Done in the Sprint – Write Logical Acceptance Tests

published 80 days, 16 hours, 32 minutes ago posted by ClemensReijnenClemensReijnen 86 days, 11 hours, 43 minutes ago
Tuesday, March 06, 2012 1:41:53 AM GMT Wednesday, February 29, 2012 6:30:52 AM GMT
During release planning meeting. Capture acceptance criteria and immediately add the as logical test cases to the PBI. It will help the team to understand, clarify the discussion and more important for this topic, it helps testers be involved, and be important at the early stages of the software cycle. (more)
category: Agile | clicked: 11 | 2 comments | | source: www.clemensreijnen.nl
tags: Test, Agile, Visual Studio
1
Shouts

Blog Clemens Reijnen | 07. Getting Testing Done in the Sprint – Risk and Business driven Tests

published 84 days, 16 hours, 56 minutes ago posted by ClemensReijnenClemensReijnen 86 days, 21 hours, 1 minute ago
Friday, March 02, 2012 1:17:07 AM GMT Tuesday, February 28, 2012 9:12:04 PM GMT
I really like the mindset “no risk, no test”. So, when there isn’t any business risk, there aren't any tests and is it easy to fit testing in a sprint. More realistic do a good risk analysis on your product backlog items before start writing thousands of tests. Also in scrum is risk an important attribute (more)
category: Agile | clicked: 7 | comment | | source: www.clemensreijnen.nl
tags: Test, Agile, ALM
4
Shouts

Running your TeamCity builds from PowerShell for any Git branch

published 101 days, 22 hours, 9 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 109 days, 12 minutes ago
Monday, February 13, 2012 8:04:31 PM GMT Monday, February 06, 2012 6:01:00 PM GMT
I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do, we have certainly better and more interesting things to do. The habit I saw in the different projects I worked for is to create new TeamCity builds for the branches you work on. It take quite some work to do, even with templates… So I came with another way of doing it. It is leverage Git, PowerShell and the possibility to run TeamCity builds by “Accessing Server by HTTP” (more)
category: Agile | clicked: 8 | comment | | source: www.laurentkempe.com
tags: Git, Powershell, TeamCity
3
Shouts

NCrunch

published 105 days, 1 hour, 13 minutes ago posted by brunomarquesbrunomarques 107 days, 18 hours, 7 minutes ago
Friday, February 10, 2012 5:00:19 PM GMT Wednesday, February 08, 2012 12:06:07 AM GMT
Not so often, but every once in a while a new great development tool comes around. This is one of those times. Meet NCrunch. A TDD tool that will speed up your way of doing unit tests. (more)
category: Agile | clicked: 14 | comment | | source: geeklyeverafter.blogspot.com
tags: Visual Studio, ncrunch, unit testing
4
Shouts

Laurent Kempé | Starting TeamCity builds from HipChat using Github Hubot

published 105 days, 19 hours, 58 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 107 days, 21 hours, 7 minutes ago
Thursday, February 09, 2012 10:15:54 PM GMT Tuesday, February 07, 2012 9:06:29 PM GMT
After writing about “Running your TeamCity builds from PowerShell for any Git branch” I’d like to talk about another integration which is using Github Hubot so that the build could be started directly form a chat room. So using the same idea, which is to extend our development environment, we implemented a way to start TeamCity builds directly from our HipChat room. You could do the same from Campfire for sure. (more)
category: Agile | clicked: 3 | comment | | source: www.laurentkempe.com
9
Shouts

Getting Testing Done in the Sprint – No Double, Triple Testing

published 113 days, 1 hour, 7 minutes ago posted by ClemensReijnenClemensReijnen 116 days, 8 hours, 26 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 9:47:37 AM GMT
One way of getting testing done in a sprint is making it [testing] as efficient as possible, meanwhile this also saves money. One way of getting more efficient is not doing things double or triple. An interesting thing with testing, we do test double or triple. We test it during unit, during unit integration, during functional and during acceptance testing, this can be done better, we could save a lot of time. I’ve seen teams which also automated all these types of tests, testing the same thing... not re... (more)
category: Agile | clicked: 26 | comment | | source: www.clemensreijnen.nl
tags: VS, TMap, Testing
7
Shouts

Blog Clemens Reijnen | 06. Getting Testing Done in the Sprint – PBI Implementation Sequence

published 113 days, 1 hour, 7 minutes ago posted by ClemensReijnenClemensReijnen 116 days, 4 hours, 57 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 1:16:34 PM GMT
A challenge in getting testing done in a sprint is the fact that the software (PBI) isn’t ready to be tested till implementation/ coding is done. How To. Work on completing each item in the sprint backlog and finish one item after another, see task boards below. (more)
category: Agile | clicked: 10 | comment | | source: www.clemensreijnen.nl
4
Shouts

Teams and TFS Groups in TFS11, the backlog, board and security settings

published 117 days, 19 hours, 9 minutes ago posted by ClemensReijnenClemensReijnen 121 days, 21 hours, 20 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Tuesday, January 24, 2012 8:53:25 PM GMT
Beside using the new team concept in TFS11, you also just can do it the ‘old’ way. Put all your team members in the different TFS Groups (readers, contributors, … ) and give them access to the team project. Just as you did the past decade. But, you have to understand what happens when you do it. You also can mix things, create teams and only add TFS groups to it, or give people specific rights within a team… actually you can make it a complete chaos. In this post some usages scenarios. (at the end of thi... (more)
category: Agile | clicked: 20 | comment | | source: clemensreijnen.nl
3
Shouts

Using Git with Subversion

published 120 days, 10 hours, 52 minutes ago posted by Matt_TCFMatt_TCF 126 days, 14 hours, 18 minutes ago
Thursday, January 26, 2012 7:21:11 AM GMT Friday, January 20, 2012 3:55:24 AM GMT
Do you love Git? Are you working on a project that’s using Subversion? Well, did you know that Git actually integrates quite nicely with Subversion right out of the box? I’ll show you what you need to know to get started with Git and Subversion, and I’ll show you the workflow I use for keeping my work in sync with everyone else on my team. (more)
category: Agile | clicked: 24 | comment | | source: trycatchfail.com
tags: Git, Subversion
5
Shouts

AppHarbor Rocks. Seriously.

published 131 days, 6 hours, 19 minutes ago posted by Matt_TCFMatt_TCF 133 days, 13 hours, 7 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Friday, January 13, 2012 5:06:43 AM GMT
You kids and your applications today. Back in my day, we published our applications like real men! We didn’t have these fancy, cloud-based services like Heroku and AppHarbor. We couldn’t just type ‘git push origin’ and have our application magically show up online, ready to rock and roll. We used to dread deploying our code because of all the hoops we would have to jump through. Oh, how times have changed! (more)
category: Agile | clicked: 33 | comment | | source: trycatchfail.com
tags: AppHarbor, Cloud, web2.0, Deploying
4
Shouts

New Refactorings in JustCode Q3 2011

published 138 days, 4 hours, 29 minutes ago posted by KodefuGuruKodefuGuru 140 days, 14 hours, 43 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Friday, January 06, 2012 3:30:06 AM GMT
With each new release Telerik JustCode continues to expand in all directions. Following our previous refactorings post, here we’ll show you some new conversions added to the refactorings area for JustCode 2011’s Q3 release. (more)
category: Agile | clicked: 14 | comment | | source: blogs.telerik.com
tags: JustCode, Refactoring, Telerik
6
Shouts

Status Update on SpecsFor.Mvc

published 140 days, 2 hours, 22 minutes ago posted by Matt_TCFMatt_TCF 144 days, 14 hours, 5 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Monday, January 02, 2012 4:07:58 AM GMT
SpecsFor.Mvc is an integration testing framework for ASP.NET MVC applications. It enables you to write integration tests that are strongly-typed, refactor-friendly, and that run under the testing framework of your choice, all while leveraging your existing unit test writing skills. SpecsFor.Mvc is a work-in-progress, so please take a moment to give me some feedback on how the API is shaping up. (more)
category: Agile | clicked: 14 | 1 comment | | source: trycatchfail.com
tags: SpecsFor, integration testing, specsfor.mvc, Testing, unit testing
Previous 1 2 3 4 5 6 7 8 9 10 11 Next