View Christos Tranoris's profile on LinkedIn


Visit The Model Driven Software Network

Who's online

There are currently 0 users and 1 guest online.

Recent comments

Syndicate

Syndicate content

Software Processes

Test Driven Development part II : Code coverage

Usually the best result that you can get out of your TDD practice is a 100% code coverage. Code coverage is a software metric that tells how much of your production code is run either when the unit tests or the actual application run and usually consists of several metrics criteria.

Posted in Submitted by tranoris on November 17, 2007 - 22:41.



Test Driven Development part I : an Intro

You are a top object-oriented developer. You have written many algorithms. Have you ever wondered for the quality of your code?

Well, Test Driven Development (TDD), is an evolutionary practice for development where you write a test before you write production code. In other words, it’s one way to think the requirements through your design before you write your functional code

Posted in Submitted by tranoris on July 13, 2007 - 20:37.