Test First Programming
General pitfalls of traditional programming is that Programmers tend to miss out on certain test cases. As a result, the gaps in requirement surface during dedicated testing done by quality team. Test First Programming is a programming approach in which the programmers designs all possible test cases against the requirement first. And then goes on […]