Thursday 26 June 2014

Software Testing

Software Testing is the process used to find and remove the bugs of a software application. There are different kind of testings like unit, system, load, security, alpha, beta, performance testing etc.


In order to fix the bugs, a test plan is written which contains summary, introduction, objective, tasks, scope, test cases, procedures, requirements, schedules etc. Test Cases are prepared by considering all possible scenarios. Plenty of test cases means possibility of more precise software application.

Below are the phases of testing:

   Requirement Analysis
   Test Planning
   Test Case Development
   Test Case Execution
   Test Results Reporting
   Defects Re-testing
   Regression Testing
   Test Closure.

No comments:

Test Case