InfoQ

Topic/Tag specific view

Quality Content on InfoQ


Latest featured content about Quality

Embrace Uncertainty

Community
Agile
Topics
Agile Techniques

In this original presentation from the Communitech Agile Event, Jeff Patton, winner of the Agile Alliance’s 2007 Gordon Pask Award, explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.

How to Work With Business Leaders to Manage Architectural Change

Community
Architecture,
Agile
Topics
Agile in the Enterprise,
Change,
Business

Successful architectures evolve over time to meet the needs of changing business requirements. In this talk, Luke Hohmann presents how to collaborate with key members of your business, including product management, product marketing, and product owners, to manage architectural changes that promote quality, using techniques and language that they will understand and support.

News about Quality

The Correct Ratio of Agile Testers to Developers? It Depends.

Community
Agile
Topics
Software Testing

An long-standing question in the software development world is: what is the correct ratio of testers to developers? A recent thread on the Scrum Development list asked how agile impacts this ratio. The answer to the first question seems to be 'It depends'. The answer to the second question, according to Elisabeth Hendrickson, is that agile teams can do more testing, with fewer testers.

.NET 4 Feature Focus: Code Contracts

Community
.NET
Topics
Language Design,
Unit Testing

By far the most important feature of .NET 4.0 is support for a language agnostic design by contract framework. When used properly, design by contract has the ability to greatly reduce the potential for bugs in software while at the same time reducing the number of unit tests that need to be generated.

Opinions: Measuring Programmers' Productivity

Community
Architecture
Topics
Human Resources,
Programming

In the field of software development, managers need measurable metrics to appreciate the performance of their programmers. Shahar Yair and Steve McConnell discuss common techniques focusing on source lines of code and function points. They highlight the limitations of these approaches and seek to define some principles that could guide the analysis of programmers’ performance.

When is Ok to Break the Rules

Community
Agile
Topics
Delivering Quality,
Unit Testing,
Agile Techniques

In “Just Ship Baby” Kent Beck, author of the JUnit Framework, reminds us that the point of all the Agile processes and practices is to produce shipping software. If they’re getting in the way of shipping software – then perhaps you need to break the rules.

JProbe 8.0: The Java code, memory, and coverage profiler is back

Community
Java
Topics
Code Analysis,
Debugging

Quest Software recently released JProbe 8.0, a Java code, memory, and coverage profiler. While JProbe has been one of the leading Java profiling tools since the late 1990's, JProbe 8.0 aims to help Quest regain the leadership position in the profiling market with new Eclipse integration and a more competitive price point.

Gallio .NET Test Automation Platform

Community
.NET
Topics
Unit Testing

Gallio is an automation platform targeting .NET test frameworks. Instead of each test framework creating its own toolset, including an automation API and test runner, Gallio seeks to provide a neutral, extensible platform with tools and automation services that can be leveraged by any test framework.

PartCover: New Open Source Code Coverage Tool

Community
.NET
Topics
Artifacts & Tools

PartCover is beginning to fill the void left by NCover. Both SharpDevelop and TreeSurgeon have integrated PartCover to provide code coverage.