Showing posts with label Unit testing. Show all posts
Showing posts with label Unit testing. Show all posts

Oct 21, 2014

A brief article on Testing.

INTRODUCTION:
Software testing is a critical element of software quality assurance and represents the ultimate review of specification, design and coding. In fact, testing is the one step in the software engineering process that could be viewed as destructive rather than constructive.
A strategy for software testing integrates software test case design methods into a well-planned series of steps that result in the successful construction of software.The underlying motivation of program testing

Mar 3, 2014

Testing and Integration

INTRODUCTION

After completing the coding part according to the requirement, we have to test the quality of the software. Software testing is an empirical technical investigation conducted to provide stakeholders with information about the quality of the product. Testing is the process of executing a program or application with the intent of finding errors. Problem with software testing is that number of defects in a software product can be very large and defects that occur infrequently are difficult to find in testing. It is commonly believed that the earlier a defect is found the cheaper it is to fix it.