devagile

Stories kicked by devagile

Is Code Coverage Really All That Useful?(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 6 months ago

Test driven development proponents often tend to push code coverage as a useful metric for gauging how well tested an application is. 100% code coverage has long been the ultimate goal of testing fanatics. But is code coverage really all that useful? If I told you that my application has 100% code coverage, should that mean anything to you? read more...

1 comment |category: |Views: 252

tags: another

Do We Need Unit Testing?(methodsandtools.com)

submitted by martinigmartinig(568) 3 years, 6 months ago

A recent poll examined how organizations perform unit testing. Despite the fact that the number of TDD adopters has grown nicely since the previous similar survey, unit testing is still widely conducted in a informal manner, when it is not simply ignored by developers. read more...

add a comment |category: |Views: 9

tags: another

How to convince developers and management to use automated unit test f(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 6 months ago

Introducing automated unit testing in the middle of your product development is hard, especially when you have a live product without thousands of features and being sold to customers. It's incredibly hard to take some break in development and invest the time in building automated unit test where everyone is so forced to build new features only. This article tells you about some ways to convince Developers and then senior Management to take the time to write automated unit tests for a better future. read more...

1 comment |category: |Views: 10

tags: another

My Year With TDD(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 7 months ago

It's been over a year now since I have been developing using TDD (Test Driven Development) as my primary development practice. I wanted to reflect on what it has done for me professionally. In reality, the past year has been great for my professional career in many ways. read more...

1 comment |category: |Views: 525

tags: another

Creating an Agile Environment(methodsandtools.com)

submitted by martinigmartinig(568) 4 years, 1 month ago

Migrating to Agile is more than changing your process. It also requires a change in culture. For most companies changing culture is the most difficult part. I believe this is true for several reasons. These issues should be addressed in two ways. First, you want to address the culture needs of each group head on. We will lay out a game plan for obtaining support from line management, the team, the individual and executive management. read more...

add a comment |category: |Views: 7

tags: another

TDD: The Road so Far(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 1 month ago

Rob talks about traveling the TDD road, shares a few lessons learned, and points out a couple of pros and cons he's discovered along the way. read more...

add a comment |category: |Views: 34

tags: another

ScottGu: Unit Testing with Silverlight(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 1 month ago

One of the important capabilities we shipped with the Beta1 release of Silverlight 2 was a unit test harness that enables you to perform both API-level and UI-level unit testing. This testing harness is cross browser and cross platform, and can be used to quickly run and verify automated unit tests. read more...

4 comments |category: |Views: 25

tags: another

Agile, Multidisciplinary Teamwork(devagile.com)

submitted by devagiledevagile(10) 4 years, 4 months ago

This article presents techniques and tools used to create requirements with a team composed of the different participants of agile projects. read more...

add a comment |category: |Views: 2

tags: another

Waterfall Doesn't Work(lostechies.com)

submitted by chadmyerschadmyers(840) 4 years, 4 months ago

Waterfall Doesn't Work; All Non-Agile Projects Eventually Devolve into Necessary Sub-Standard Agile. The traditional life cycle approach effectively ignores these issues and developers have been forced to consider other methods to overcome these problems. read more...

5 comments |category: |Views: 8

tags: another

One-week Iterations Possible in Agile Web Development(20.targetprocess.com)

submitted by firefalconfirefalcon(635) 4 years, 5 months ago

Scheme of how to do one-week iteration in SCRUM or Extreme Programming read more...

add a comment |category: |Views: 3

tags: another