Software Health versus Software Quality
Achieve accountability through developer testing. Create thrust and establish a healthy relationship with your customers.
Software quality is often measured by the number of bugs remaining in the product, as an instanteneous view on the state of the system (also called external quality).
When software evolution is important we better talk about software health, look at the state of the software over time, how does it respond to stress ? when the load changes ? when the requirements changes ? when the customer base changes ? (also called internal quality)
Developer testing provides an excellent means to ensure software health. What can you do as a developer:
Listen to a one hour interview about developer testing with Kent Beck on ITConversations
Software quality is often measured by the number of bugs remaining in the product, as an instanteneous view on the state of the system (also called external quality).
When software evolution is important we better talk about software health, look at the state of the software over time, how does it respond to stress ? when the load changes ? when the requirements changes ? when the customer base changes ? (also called internal quality)
Developer testing provides an excellent means to ensure software health. What can you do as a developer:
- Start with developer testing now. What problems can you think about, write tests for them. Think about the design, how can can you increase the testability of your code.
- continue with developer testing, also when you are under stress or don't get the neccesary support from your environment
- give frequent attention to the results, look at the numbers
- provide visibility of the software health through your test lists
- if your tests do not occasionally break, you are not testing enough
- Balance between bug fixing, refactoring, and retrofitting tests, keep the software's internal quality at a high level.
- compared to what ? throwing your code over the wall to the testing department will cost you and your organisation a lot more time and effort
- in general developer testing would not take any longer
- reduce cost using automation tools like JUnit, CruiseControl
- fewer bugs, the improvement is substantial
- immediate feedback when something goes wrong
- enabler for other improvements, ie. continuous integration
Listen to a one hour interview about developer testing with Kent Beck on ITConversations
1 Comments:
Hi there Ronny De Winter. I am looking for recent information on and found your site. It makes an interesting read. I see that I found it when looking for related information and I'm glad I stopped by and had a read - thanks for taking the time to put the info together - great post = have a nice day.
Post a Comment
Read more about Software Quality at the <<Software Quality Weblog Home