Understanding Testing Design Methods
Black-box and white-box are two of important and classic testing methods. In Black-box testing the system is treated as a “black-box“, implying that test does not have any knowledge about the of the...
View ArticleResponsibilities of an Offshore Development Lead
Offshore Development has its own challenges that must be dealt with in order to be successful in an outsourcing initiative. The offshore development lead is the interface between On site and Offshore...
View ArticleComparison of Development Methodology
There are variety of well known and time tested software development methodology that exists today. Each one of has its pro and cons and particularly its more important is to understand what works for...
View ArticleWhat are the various Peer Code Review Strategies?
1. Ad hoc review2. Passaround3. Pair programming4. Walkthrough5. Team review6. Inspection
View ArticlePractice Flowcharts for Beginining Programmers
The following is the list of flowcharts a beginning programmer can practice to help build logic development skills. 1) Write a program to print first N natural numbers 2) Write a program to compute...
View Article