What is Testing ? Testing is the process of exercising a program with the specific intent of finding errors prior to delivery to the end user. It is an important activity in software development process. Testing Strategies There are various testing strategies defined in software engineering literature, all these strategies provide a testing template to the developers, and these template should process following characteristics : Formal technical reviews must be conducted by the developer team. Testing starts from the component level and then finally complete computer based system is integrated at the end. Usually for smaller projects testing is conducted ...
Read more